diff options
author | Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de> | 2015-01-17 17:11:45 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-18 03:10:28 -0500 |
commit | 9923d858cb0c8cfa49dda4a9a3422691b5911167 (patch) | |
tree | 715f23dcd631f66668b8e9f1e202ea7126c80649 /drivers/input | |
parent | 223697107949f90917cb3ea583c551fc18e6afb6 (diff) |
Input: atari - enable the 102nd key for German keyboards
Signed-off-by: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Acked-by: Thorsten Glaser <tg@mirbsd.org>
Tested-by: Stefan Niestegge <beetle@atari.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/atakbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/atakbd.c b/drivers/input/keyboard/atakbd.c index 10bcd4ae5402..f1235831283d 100644 --- a/drivers/input/keyboard/atakbd.c +++ b/drivers/input/keyboard/atakbd.c | |||
@@ -170,7 +170,7 @@ static unsigned char atakbd_keycode[0x72] = { /* American layout */ | |||
170 | [93] = KEY_KPASTERISK, | 170 | [93] = KEY_KPASTERISK, |
171 | [94] = KEY_KPPLUS, | 171 | [94] = KEY_KPPLUS, |
172 | [95] = KEY_HELP, | 172 | [95] = KEY_HELP, |
173 | [96] = KEY_BACKSLASH, /* FIXME: '<' */ | 173 | [96] = KEY_102ND, |
174 | [97] = KEY_KPASTERISK, /* FIXME */ | 174 | [97] = KEY_KPASTERISK, /* FIXME */ |
175 | [98] = KEY_KPSLASH, | 175 | [98] = KEY_KPSLASH, |
176 | [99] = KEY_KPLEFTPAREN, | 176 | [99] = KEY_KPLEFTPAREN, |