diff options
author | Simon Wood <simon@mungewell.org> | 2013-01-31 10:07:09 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-31 10:39:31 -0500 |
commit | 2e2daff3a51f2d10155b03f461f4e29eaf80dcbd (patch) | |
tree | 8681877608d984a4396e9cde3f595bb440487de8 /Documentation | |
parent | 5492606dc39b2f1ce67cf718f09ade373a35f4eb (diff) |
USB: HID: Steelseries SRW-S1 Add support for LEDs
This patch to the SRW-S1 driver adds support for the LED RPM
meter on the front of the device. The LEDs are controlled via
/sys/class/leds interface, with an individual control for each
of the 15 LEDs.
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')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-srws1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-srws1 b/Documentation/ABI/testing/sysfs-driver-hid-srws1 new file mode 100644 index 000000000000..c27b34dcaf83 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-driver-hid-srws1 | |||
@@ -0,0 +1,20 @@ | |||
1 | What: /sys/class/leds/SRWS1::<serial>::RPM1 | ||
2 | What: /sys/class/leds/SRWS1::<serial>::RPM2 | ||
3 | What: /sys/class/leds/SRWS1::<serial>::RPM3 | ||
4 | What: /sys/class/leds/SRWS1::<serial>::RPM4 | ||
5 | What: /sys/class/leds/SRWS1::<serial>::RPM5 | ||
6 | What: /sys/class/leds/SRWS1::<serial>::RPM6 | ||
7 | What: /sys/class/leds/SRWS1::<serial>::RPM7 | ||
8 | What: /sys/class/leds/SRWS1::<serial>::RPM8 | ||
9 | What: /sys/class/leds/SRWS1::<serial>::RPM9 | ||
10 | What: /sys/class/leds/SRWS1::<serial>::RPM10 | ||
11 | What: /sys/class/leds/SRWS1::<serial>::RPM11 | ||
12 | What: /sys/class/leds/SRWS1::<serial>::RPM12 | ||
13 | What: /sys/class/leds/SRWS1::<serial>::RPM13 | ||
14 | What: /sys/class/leds/SRWS1::<serial>::RPM14 | ||
15 | What: /sys/class/leds/SRWS1::<serial>::RPM15 | ||
16 | Date: Jan 2013 | ||
17 | KernelVersion: 3.9 | ||
18 | Contact: Simon Wood <simon@mungewell.org> | ||
19 | Description: Provides a control for turning on/off the LEDs which form | ||
20 | an RPM meter on the front of the controller | ||