* [PATCH] input: atari - Enable the 102nd key for German keyboards
@ 2015-01-17 18:02 Geert Uytterhoeven
2015-01-17 22:12 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-01-17 18:02 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Michael Schmitz, linux-input, linux-m68k, Michael Karcher,
Geert Uytterhoeven
From: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
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>
---
drivers/input/keyboard/atakbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */
[93] = KEY_KPASTERISK,
[94] = KEY_KPPLUS,
[95] = KEY_HELP,
- [96] = KEY_BACKSLASH, /* FIXME: '<' */
+ [96] = KEY_102ND,
[97] = KEY_KPASTERISK, /* FIXME */
[98] = KEY_KPSLASH,
[99] = KEY_KPLEFTPAREN,
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] input: atari - Enable the 102nd key for German keyboards
2015-01-17 18:02 [PATCH] input: atari - Enable the 102nd key for German keyboards Geert Uytterhoeven
@ 2015-01-17 22:12 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-01-17 22:12 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Michael Schmitz, linux-input, linux-m68k, Michael Karcher
On Sat, Jan 17, 2015 at 07:02:05PM +0100, Geert Uytterhoeven wrote:
> From: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
>
> 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>
Applied, thank you.
> ---
> drivers/input/keyboard/atakbd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 */
> [93] = KEY_KPASTERISK,
> [94] = KEY_KPPLUS,
> [95] = KEY_HELP,
> - [96] = KEY_BACKSLASH, /* FIXME: '<' */
> + [96] = KEY_102ND,
> [97] = KEY_KPASTERISK, /* FIXME */
> [98] = KEY_KPSLASH,
> [99] = KEY_KPLEFTPAREN,
> --
> 1.9.1
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-17 22:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-17 18:02 [PATCH] input: atari - Enable the 102nd key for German keyboards Geert Uytterhoeven
2015-01-17 22:12 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).