-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Simon Wood
authored and
Jiri Kosina
committed
Jan 31, 2013
1 parent
5492606
commit 2e2daff
Showing
2 changed files
with
219 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
What: /sys/class/leds/SRWS1::<serial>::RPM1 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM2 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM3 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM4 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM5 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM6 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM7 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM8 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM9 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM10 | ||
What: /sys/class/leds/SRWS1::<serial>::RPM11 | ||
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 | ||
Date: Jan 2013 | ||
KernelVersion: 3.9 | ||
Contact: Simon Wood <simon@mungewell.org> | ||
Description: Provides a control for turning on/off the LEDs which form | ||
an RPM meter on the front of the controller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters