aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/input-polldev.c
Commit message (Collapse)AuthorAge
* Input: move input-polldev to drivers/inputDmitry Torokhov2007-06-13
| | | | | | | | | 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>
* Input: input-polldev - add module infoEric Piel2007-05-22
| | | | | | | | This is required to load it as a module, as GPL-compatible license is necessary to use workqueues. Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: add skeleton for simple polled devicesDmitry Torokhov2007-04-29
input-polldev provides a skeleton for supporting simple input devices that need to be periodically scanned or polled to detect changes in their state. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>