aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio_keys.h
AgeCommit message (Collapse)AuthorFilesLines
2007-09-26Input: gpio-keys - add suspend/resume supportAnti Sullin1-0/+1
This patch adds suspend/resume support and enables wakeup from gpio_keys buttons. Signed-off-by: Anti Sullin <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
2007-05-01Input: gpio_keys - add support for switches (EV_SW)Roman Moravcik1-1/+2
Signed-off-by: Roman Moravcik <[email protected]> Signed-off-by: Paul Sokolovsky <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
2007-03-05[PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell1-0/+17
The gpio_keys driver is wrongly ARM-specific; it can't build on other platforms with GPIO suport. This fixes that problem. Signed-off-by: David Brownell <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: pHilipp Zabel <[email protected]> Cc: Haavard Skinnemoen <[email protected]> Cc: Russell King <[email protected]> Cc: Richard Purdie <[email protected]> Cc: Ben Nizette <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>