Skip to content

Commit 2e65a20

Browse files
dtortorvalds
authored andcommitted
Input: RX51 keymap - fix recent compile breakage
Commit 3fea602 ("Input: twl40300-keypad - fix handling of "all ground" rows") broke compilation as I managed to use non-existent keycodes. Reported-by: Arjan van de Ven <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 86c65a7 commit 2e65a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/mach-omap2/board-rx51-peripherals.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ static int board_keymap[] = {
220220
KEY(4, 4, KEY_LEFTCTRL),
221221
KEY(4, 5, KEY_RIGHTALT),
222222
KEY(4, 6, KEY_LEFTSHIFT),
223-
KEY(4, 8, KEY_10),
223+
KEY(4, 8, KEY_F10),
224224

225225
KEY(5, 0, KEY_Y),
226-
KEY(5, 8, KEY_11),
226+
KEY(5, 8, KEY_F11),
227227

228228
KEY(6, 0, KEY_U),
229229

0 commit comments

Comments
 (0)