OSDN Git Service

Input: max7359_keypad - switch to using matrix_keypad_build_keymap()
authorEvgeniy Dushistov <dushistov@mail.ru>
Fri, 15 May 2015 20:49:00 +0000 (13:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 15 May 2015 22:58:40 +0000 (15:58 -0700)
commit68aeee98eeb311958be4dfeb03f1da2d90a270d9
tree01fd155e975735400e24b0b504032a719f10ce98
parentee3514b2256ef6aaa3b9f353af88d831dd596d09
Input: max7359_keypad - switch to using matrix_keypad_build_keymap()

max7359_build_keycode() does the same thing as matrix_keypad_build_keymap(),
but the latter can also handle DT bindings.

Tested on beagleboard-xm.

Signed-off-by: Evgeniy A. Dushistov <dushistov@mail.ru>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/max7359_keypad.c