aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/misc/input-polldev.c
AgeCommit message (Collapse)AuthorFilesLines
2007-06-13Input: move input-polldev to drivers/inputDmitry Torokhov1-176/+0
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>
2007-05-22Input: input-polldev - add module infoEric Piel1-0/+5
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>
2007-04-29Input: add skeleton for simple polled devicesDmitry Torokhov1-0/+171
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>