diff options
author | Jean-Jacques Hiblot <jjhiblot@traphandler.com> | 2023-07-28 18:37:29 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-08-17 11:00:34 +0300 |
commit | c7d80059b086c4986cd994a1973ec7a5d75f8eea (patch) | |
tree | b93389acfcb0c97f22b2493f98db93a69bef0c0a /Documentation/ABI | |
parent | afb48153220d35f330d0d979792920a31f7d9a81 (diff) | |
download | linux-c7d80059b086c4986cd994a1973ec7a5d75f8eea.tar.xz |
leds: class: Store the color index in struct led_classdev
Store the color of the LED so that it is not lost after the LED's
name has been composed. This color information can then be exposed to
the user space or used by the LED consumer.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Link: https://lore.kernel.org/r/20230728153731.3742339-3-jjhiblot@traphandler.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-led | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-led b/Documentation/ABI/testing/sysfs-class-led index 2e24ac3bd7ef..b2ff0012c0f2 100644 --- a/Documentation/ABI/testing/sysfs-class-led +++ b/Documentation/ABI/testing/sysfs-class-led @@ -59,6 +59,15 @@ Description: brightness. Reading this file when no hw brightness change event has happened will return an ENODATA error. +What: /sys/class/leds/<led>/color +Date: June 2023 +KernelVersion: 6.5 +Description: + Color of the LED. + + This is a read-only file. Reading this file returns the color + of the LED as a string (e.g: "red", "green", "multicolor"). + What: /sys/class/leds/<led>/trigger Date: March 2006 KernelVersion: 2.6.17 |