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)
commit0dcd8073673115eeb67343787f244905f62532f2
treefd419ac046696d3255d029dd77005c3345f5a9f1
parent85796e7d939a39787f10a643477298678fed85db
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]