diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-07-16 21:19:56 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-07-22 15:41:29 +0300 |
commit | 55d5d3b46b08a4dc0b05343d24640744e7430ed7 (patch) | |
tree | f201e4248416a591ea17c23cc2110e75efcab153 /Documentation/leds/index.rst | |
parent | 10d3e0d815879129e916cd83e1034438e06efdaa (diff) | |
download | linux-55d5d3b46b08a4dc0b05343d24640744e7430ed7.tar.xz |
leds: multicolor: Introduce a multicolor class definition
Introduce a multicolor class that groups colored LEDs
within a LED node.
The multicolor class groups monochrome LEDs and allows controlling two
aspects of the final combined color: hue and lightness. The former is
controlled via the intensity file and the latter is controlled
via brightness file.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
[squashed leds: multicolor: Fix camel case in documentation in]
Diffstat (limited to 'Documentation/leds/index.rst')
-rw-r--r-- | Documentation/leds/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst index 060f4e485897..bc70c6aa7138 100644 --- a/Documentation/leds/index.rst +++ b/Documentation/leds/index.rst @@ -9,6 +9,7 @@ LEDs leds-class leds-class-flash + leds-class-multicolor ledtrig-oneshot ledtrig-transient ledtrig-usbport |