Lines Matching +full:white +full:- +full:led

1 -*- org -*-
9 * Review atomicity requirements in LED subsystem
12 semantics is sometimes non-intuitive. (For example blink callback may
16 * LED names are still a mess
19 userland. Nudge authors into creating common LED names for common
22 ? Perhaps check for known LED names during boot, and warn if there are
27 The number of drivers is getting big, and driver for on/off LED on a
28 i/o port is really quite different from camera flash LED, which is
29 really different from driver for RGB color LED that can run its own
35 Green-Magenta-Ultraviolet LED, but so far all the LEDs we support are
36 RGB, and not even RGB-White or RGB-Yellow variants emerged.
38 Multicolor is not a good fit for RGB LED. It does not really know
39 about LED color. In particular, there's no way to make LED "white".
41 Userspace is interested in knowing "this LED can produce arbitrary
44 Proposal: let's add "rgb" to led_colors in drivers/leds/led-core.c,
48 We really need to do that now; "white" stuff can wait.
50 RGB LEDs are quite common, and it would be good to be able to turn LED
51 white and to turn it into any arbitrary color. It is essential that
53 have that ability from kernel, too... to allow full-color triggers.
58 an utility to perform LED control?
60 In particular, LED names are still a mess (see above) and utility
67 It would be also nice to have useful listing mode -- name, type,
70 In future, it would be good to be able to set rgb led to particular
73 And probably user-friendly interface to access LEDs for particular