Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blink driver power saving | Stephen Hemminger | 2007-07-01 | 1 | -2/+20 |
| | | | | | | | | | | The blink driver wakes up every jiffies which wastes power unnecessarily. Using a notifier gives same effect. Also add ability to unload module. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> [ We should really just delete the whole thing. The blink driver is broken in many other ways too -Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | Add keyboard blink driver | Andi Kleen | 2007-05-08 | 1 | -0/+27 |
Simple driver that blinks the keyboard LEDs when loaded. Useful for checking that the kernel is still alive or for crashdumping Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |