]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/input/keyboard/sh_keysc.c
Input: sh_keysc - switch to using bitmaps
authorMagnus Damm <damm@opensource.se>
Thu, 11 Feb 2010 06:13:21 +0000 (22:13 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 11 Feb 2010 07:04:13 +0000 (23:04 -0800)
commit324e5ade1569111a40c349726d8a2694b28d7943
tree27bf7ba3d3a3634ab9266ac0a160e6d16e349a28
parent2b14a808fbbb042d0de323260d939bdf95e9efdf
Input: sh_keysc - switch to using bitmaps

Use bitmaps instead of using 32-bit integers to keep track of the key
states. With this change in place the driver supports key pads with
more than 32 keys.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/sh_keysc.c