Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Input: polled device power saving | Stephen Hemminger | 2007-09-26 | 1 | -2/+5 |
| | | | | | | | For slow running polling, it saves power to align wakeups on tick boundary. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> | ||||
* | Input: move input-polldev to drivers/input | Dmitry Torokhov | 2007-06-13 | 1 | -0/+176 |
To work around deficiences in Kconfig that allows to "select" a symbol without automatically selecting all dependencies for that symbol move input-polldev from drivers/input/misc to drivers/input thus removing extra dependency on CONFIG_INPUT_MISC. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> |