mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
e381322b01
This driver creates a userspace leds driver similar to uinput. New LEDs are created by opening /dev/uleds and writing a uleds_user_dev struct. A new LED class device is registered with the name given in the struct. Reading will return a single byte that is the current brightness. The poll() syscall is also supported. It will be triggered whenever the brightness changes. Closing the file handle to /dev/uleds will remove the leds class device. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> |
||
---|---|---|
.. | ||
00-INDEX | ||
leds-blinkm.txt | ||
leds-class-flash.txt | ||
leds-class.txt | ||
leds-lm3556.txt | ||
leds-lp55xx.txt | ||
leds-lp3944.txt | ||
leds-lp5521.txt | ||
leds-lp5523.txt | ||
leds-lp5562.txt | ||
leds-mlxcpld.txt | ||
ledtrig-oneshot.txt | ||
ledtrig-transient.txt | ||
ledtrig-usbport.txt | ||
uleds.txt |