Input: add generic support for sparse keymaps
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 4 Dec 2009 18:22:23 +0000 (10:22 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 7 Dec 2009 17:26:35 +0000 (09:26 -0800)
commit36203c4f3d091b5f6c082663bd1f74273798043a
treebf5b6efee8f15aae253155263038ac538f7482e9
parent6a47081c37b7dd7810ce19e156c1a3bf11987e9a
Input: add generic support for sparse keymaps

More and more devices choose to reimplement support for sparse keymaps
first introduced by wistron driver. Move it into a library module so it
can be easily used by interested parties.

Reviewed-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Documentation/DocBook/device-drivers.tmpl
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/input-polldev.c
drivers/input/sparse-keymap.c [new file with mode: 0644]
include/linux/input/sparse-keymap.h [new file with mode: 0644]