small readme update
This commit is contained in:
parent
500503c069
commit
6c924de209
18
README.md
18
README.md
|
@ -1,6 +1,6 @@
|
||||||
**Solaar** is a Linux device manager for Logitech's
|
**Solaar** is a Linux device manager for Logitech's
|
||||||
[Unifying Receiver](http://www.logitech.com/en-us/66/6079) peripherals. It is
|
[Unifying Receiver](http://logitech.com/en-us/66/6079) peripherals. It is able
|
||||||
able to pair/unpair devices to the receiver, and for some devices read battery
|
to pair/unpair devices to the receiver, and for some devices read battery
|
||||||
status.
|
status.
|
||||||
|
|
||||||
It comes in two flavors, command-line and GUI. Both are able to list the
|
It comes in two flavors, command-line and GUI. Both are able to list the
|
||||||
|
@ -16,7 +16,7 @@ device, it may be able to read its battery status.
|
||||||
A few devices also have extended support, mostly because I was able to directly
|
A few devices also have extended support, mostly because I was able to directly
|
||||||
test on them:
|
test on them:
|
||||||
|
|
||||||
* The [K750 Solar Keyboard](http://www.logitech.com/keyboards/keyboard/devices/7454)
|
* The [K750 Solar Keyboard](http://logitech.com/keyboards/keyboard/devices/7454)
|
||||||
is also queried for its solar charge status. Pressing the Solar key on the
|
is also queried for its solar charge status. Pressing the Solar key on the
|
||||||
keyboard will pop-up the application window and display the current lighting
|
keyboard will pop-up the application window and display the current lighting
|
||||||
value (Lux) as reported by the keyboard, similar to Logitech's *Solar.app* for
|
value (Lux) as reported by the keyboard, similar to Logitech's *Solar.app* for
|
||||||
|
@ -26,9 +26,10 @@ test on them:
|
||||||
whether holding `FN` while pressing the function keys will generate the
|
whether holding `FN` while pressing the function keys will generate the
|
||||||
standard keycodes or the special function (yellow icons) keycodes.
|
standard keycodes or the special function (yellow icons) keycodes.
|
||||||
|
|
||||||
* The [M705 Marathon Mouse](http://www.logitech.com/product/marathon-mouse-m705)
|
* The [M705 Marathon Mouse](http://logitech.com/product/marathon-mouse-m705)
|
||||||
supports turning on/off Smooth Scrolling (higher sensitivity on vertical
|
and [Anywhere MX Mouse](http://logitech.com/product/anywhere-mouse-mx) support
|
||||||
scrolling with the wheel).
|
turning on/off Smooth Scrolling (higher sensitivity on vertical scrolling with
|
||||||
|
the wheel).
|
||||||
|
|
||||||
Extended support for other devices may be added in the future, depending on the
|
Extended support for other devices may be added in the future, depending on the
|
||||||
documentation available, but the K750 keyboard and M705 mouse are the only
|
documentation available, but the K750 keyboard and M705 mouse are the only
|
||||||
|
@ -70,8 +71,9 @@ required steps by hand, as the root user:
|
||||||
particular system's configuration. If in doubt, replacing `GROUP="plugdev"`
|
particular system's configuration. If in doubt, replacing `GROUP="plugdev"`
|
||||||
with `GROUP="<your username>"` should just work.
|
with `GROUP="<your username>"` should just work.
|
||||||
|
|
||||||
2. run `udevadm control --reload-rules` to let the udev daemon know about the new
|
2. run `udevadm control --reload-rules` to let the udev daemon know about the
|
||||||
rule
|
new rule
|
||||||
|
|
||||||
3. physically remove the Unifying Receiver, wait 10 seconds and re-insert it
|
3. physically remove the Unifying Receiver, wait 10 seconds and re-insert it
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
Loading…
Reference in New Issue