From 11ba96103cd90575df101efbc59e9313f04a826d Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Tue, 21 May 2013 00:46:07 +0300 Subject: [PATCH] minor updates to the documentation files --- README.md | 2 ++ docs/devices.md | 6 +++--- docs/installation.md | 22 +++++++++++----------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0e329834..0f63d753 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ who also provided some internal - [Alexander Hofbauer](http://derhofbauer.at/blog/blog/2012/08/28/logitech-performance-mx) - [Clach04](http://bitbucket.org/clach04/logitech-unifying-receiver-tools) - [Peter Wu](https://lekensteyn.nl/logitech-unifying.html) +- [Nestor Lopez Casado](http://drive.google.com/folderview?id=0BxbRzx7vEV7eWmgwazJ3NUFfQ28) +provided some more Logitech specifications for the HID++ protocol Also thanks to Douglas Wagner, Julien Gascard and Peter Wu for helping with application testing and supporting new devices. diff --git a/docs/devices.md b/docs/devices.md index a97190eb..051d6a38 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -7,9 +7,9 @@ For some devices, extra settings (usually not available through the standard Linux system configuration) are supported: * The [K750 Solar Keyboard][K750] 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 value (Lux) as reported by the keyboard, - similar to Logitech's *Solar.app* for Windows. + Pressing the `Light-Check` button on the 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 Windows. * The state of the `FN` key can be toggled on some keyboards ([K750][K750] and [K800][K800]). It changes the way the function keys (`F1`..`F12`) work, i.e. diff --git a/docs/installation.md b/docs/installation.md index e9ddf6a5..7dccdfe5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -28,22 +28,22 @@ automatically (it will switch to root when necessary), or you can do all the required steps by hand, as the root user: 1. copy `rules.d/99-logitech-unfiying-receiver.rules` from Solaar to - `/etc/udev/rules.d/` + `/etc/udev/rules.d/` - By default, the rule makes the Unifying Receiver device available for r/w by - all users belonging to the `plugdev` system group (standard Debian/Ubuntu - group for pluggable devices). It may need changes, specific to your - particular system's configuration. If in doubt, replacing `GROUP="plugdev"` - with `GROUP=""` should just work. + By default, the rule makes the Unifying Receiver device available for r/w by + all users belonging to the `plugdev` system group (standard Debian/Ubuntu + group for pluggable devices). It may need changes, specific to your + particular system's configuration. If in doubt, replacing `GROUP="plugdev"` + with `GROUP=""` should just work. 2. run `udevadm control --reload-rules` to let the udev daemon know about the - new rule + new rule 3. physically remove the Unifying Receiver, wait 10 seconds and re-insert it - This is necessary because if the receiver is already plugged-in, it already - has a `/dev/hidraw?` device node, but with the old (`root:root`) permissions. - Plugging it again will re-create the device node with the right permissions. + This is necessary because if the receiver is already plugged-in, it already + has a `/dev/hidraw?` device node, but with the old (`root:root`) permissions. + Plugging it again will re-create the device node with the right permissions. 4. make sure your desktop users are part of the `plugdev` group, by running -`adduser plugdev` as root + `adduser plugdev` as root