diff options
author | Simon Wood <simon@mungewell.org> | 2013-01-31 10:07:10 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-31 10:39:32 -0500 |
commit | e25d780581dc4d261c66e072a59c34782bd03e0a (patch) | |
tree | 89430326b367f3ed05b3254d86885e5515e60039 /Documentation/ABI | |
parent | 2e2daff3a51f2d10155b03f461f4e29eaf80dcbd (diff) |
USB: HID: Steelseries SRW-S1 Add support controlling all LEDs simultaneously
This patch to the SRW-S1 driver adds the ability to control all
LEDs simultaneously as testing showed that it was slow (noticably!!)
when seting or clearing all the LEDs in turn.
It adds a 'RPMALL' LED, whose behavoir is asserted to all the LEDs in
the bar graph, individual LEDs can subsequently be turned on/off
individually.
Signed-off-by: Simon Wood <simon@mungewell.org>
Tested-by: John Murphy <rosegardener@freeode.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-srws1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-srws1 b/Documentation/ABI/testing/sysfs-driver-hid-srws1 index c27b34dcaf83..d0eba70c7d40 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-srws1 +++ b/Documentation/ABI/testing/sysfs-driver-hid-srws1 | |||
@@ -13,6 +13,7 @@ What: /sys/class/leds/SRWS1::<serial>::RPM12 | |||
13 | What: /sys/class/leds/SRWS1::<serial>::RPM13 | 13 | What: /sys/class/leds/SRWS1::<serial>::RPM13 |
14 | What: /sys/class/leds/SRWS1::<serial>::RPM14 | 14 | What: /sys/class/leds/SRWS1::<serial>::RPM14 |
15 | What: /sys/class/leds/SRWS1::<serial>::RPM15 | 15 | What: /sys/class/leds/SRWS1::<serial>::RPM15 |
16 | What: /sys/class/leds/SRWS1::<serial>::RPMALL | ||
16 | Date: Jan 2013 | 17 | Date: Jan 2013 |
17 | KernelVersion: 3.9 | 18 | KernelVersion: 3.9 |
18 | Contact: Simon Wood <simon@mungewell.org> | 19 | Contact: Simon Wood <simon@mungewell.org> |