]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add skeleton for simple polled devices
authorDmitry Torokhov <dtor@insightbb.com>
Mon, 30 Apr 2007 03:42:45 +0000 (23:42 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Mon, 30 Apr 2007 03:42:45 +0000 (23:42 -0400)
commitf93c0f7b268620a892fff13aa8019806c982545d
treefd419ac046696d3255d029dd77005c3345f5a9f1
parentd561f7a7d9f8200265429763ada9ad0bca2f2d87
Input: add skeleton for simple polled devices

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>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/input-polldev.c [new file with mode: 0644]
include/linux/input-polldev.h [new file with mode: 0644]