diff options
author | Luca Weiss <[email protected]> | 2023-05-23 22:41:30 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-05-25 12:48:17 +0100 |
commit | ece1f480a49e7d1ce57ec7eb7b847321206d0db0 (patch) | |
tree | a0b4b6d40836d1369c1c38e22973678bcfea7a13 | |
parent | e063b1923ab655fd364dfb4562b14eb33fd6638f (diff) |
Documentation: leds: Add "rgb:status" path
The path /sys/class/leds/rgb:status is already widely used with the
qcom-lpg driver and others. Document it.
Signed-off-by: Luca Weiss <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/leds/well-known-leds.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/leds/well-known-leds.txt b/Documentation/leds/well-known-leds.txt index 326172ca4b62..67b44704801f 100644 --- a/Documentation/leds/well-known-leds.txt +++ b/Documentation/leds/well-known-leds.txt @@ -58,6 +58,7 @@ LEDs on notebook body, indicating that sound input / output is muted. * System notification +Good: "rgb:status" Legacy: "status-led:{red,green,blue}" (Motorola Droid 4) Legacy: "lp5523:{r,g,b}" (Nokia N900) |