mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 18:07:02 +07:00
aee114fd3c
As for the "play" sysfs attribute, remove this other non-standard attribute, so the driver only implements what is required to switch the LED on and off. Thus, a fade time won't be ideal for some fast-changing triggers. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
9 lines
446 B
Plaintext
9 lines
446 B
Plaintext
What: /sys/class/leds/blink1::<serial>/rgb
|
|
Date: January 2013
|
|
Contact: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
|
|
Description: The ThingM blink1 is an USB RGB LED. The color notation is
|
|
3-byte hexadecimal. Read this attribute to get the last set
|
|
color. Write the 24-bit hexadecimal color to change the current
|
|
LED color. The default color is full white (0xFFFFFF).
|
|
For instance, set the color to green with: echo 00FF00 > rgb
|