]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit227ac7254ae714216bc4d9c47f6e57b410b2c961
tree01fd155e975735400e24b0b504032a719f10ce98
parentf17f6a8fda854571fc5c1d637d9dcbbe77a3ba0e
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