Input: add getkeycode and setkeycode methods
authorMarvin Raaijmakers <marvin_raaijmakers@linux-box.nl>
Thu, 15 Mar 2007 02:50:42 +0000 (22:50 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 15 Mar 2007 02:50:42 +0000 (22:50 -0400)
commitc8e4c77277ca5db0c4ddbfb4bc628b8abad585b0
tree07bebb34767c8c3bd0902d6c2be3f4819b30a7bf
parent55e3d9224b60df0fd2dc36bff9b538ce40fd9586
Input: add getkeycode and setkeycode methods

Allow drivers to implement their own get and set keycode methods. This
will allow drivers to change their keymaps without allocating huge
tables covering entire range of possible scancodes.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/char/keyboard.c
drivers/input/evdev.c
drivers/input/input.c
include/linux/input.h