aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/led-triggers.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31[PATCH] LED: add LED trigger tupportRichard Purdie1-0/+239
Add support for LED triggers to the LED subsystem. "Triggers" are events which change the state of an LED. Two kinds of trigger are available, simple ones which can be added to exising code with minimum disruption and complex ones for implementing new or more complex functionality. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>