diff options
author | Janne Kanniainen <janne.kanniainen@gmail.com> | 2014-07-03 10:17:09 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-03 11:14:11 -0700 |
commit | 6522fe1c39a79d4753e37d912876315720119f82 (patch) | |
tree | 3e69fb69925e67b9c6629eee0a4880ff0ab3122f /Documentation/ABI/testing/sysfs-class-leds-gt683r | |
parent | c3883ae918c8754f7c251564d63211e1d5648b08 (diff) |
HID: gt683r: move mode attribute to led-class devices
Move led_mode attribute from HID device to led-class devices and
rename it mode. This will also fix race condition by using
attribute-groups.
(cooloney@gmai.com: fix a typo in commit message)
Signed-off-by: Janne Kanniainen <janne.kanniainen@gmail.com>
Reviewed-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-leds-gt683r')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-leds-gt683r | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-leds-gt683r b/Documentation/ABI/testing/sysfs-class-leds-gt683r new file mode 100644 index 000000000000..e4fae6026e79 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-leds-gt683r @@ -0,0 +1,16 @@ +What: /sys/class/leds/<led>/gt683r/mode +Date: Jun 2014 +KernelVersion: 3.17 +Contact: Janne Kanniainen <janne.kanniainen@gmail.com> +Description: + Set the mode of LEDs. You should notice that changing the mode + of one LED will update the mode of its two sibling devices as + well. + + 0 - normal + 1 - audio + 2 - breathing + + Normal: LEDs are fully on when enabled + Audio: LEDs brightness depends on sound level + Breathing: LEDs brightness varies at human breathing rate
\ No newline at end of file |