]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit39c2c507b640ca8a8fbe65845931d9e30c94b935
treebf5b6efee8f15aae253155263038ac538f7482e9
parent3531ecf68b84355dec08fa4faf58dd9fb159168a
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]