diff options
author | Simon Wood <simon@mungewell.org> | 2013-01-31 08:07:10 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-31 16:39:32 +0100 |
commit | e25d780581dc4d261c66e072a59c34782bd03e0a (patch) | |
tree | 89430326b367f3ed05b3254d86885e5515e60039 /Documentation/ABI | |
parent | 2e2daff3a51f2d10155b03f461f4e29eaf80dcbd (diff) | |
download | linux-e25d780581dc4d261c66e072a59c34782bd03e0a.tar.gz linux-e25d780581dc4d261c66e072a59c34782bd03e0a.tar.bz2 linux-e25d780581dc4d261c66e072a59c34782bd03e0a.zip |
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 What: /sys/class/leds/SRWS1::<serial>::RPM13 What: /sys/class/leds/SRWS1::<serial>::RPM14 What: /sys/class/leds/SRWS1::<serial>::RPM15 +What: /sys/class/leds/SRWS1::<serial>::RPMALL Date: Jan 2013 KernelVersion: 3.9 Contact: Simon Wood <simon@mungewell.org> |