From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] input: atari - Enable the 102nd key for German keyboards Date: Sat, 17 Jan 2015 14:12:44 -0800 Message-ID: <20150117221244.GA38334@dtor-ws> References: <1421517725-31970-1-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1421517725-31970-1-git-send-email-geert@linux-m68k.org> Sender: linux-m68k-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Michael Schmitz , linux-input@vger.kernel.org, linux-m68k@vger.kernel.org, Michael Karcher List-Id: linux-input@vger.kernel.org On Sat, Jan 17, 2015 at 07:02:05PM +0100, Geert Uytterhoeven wrote: > From: Michael Karcher > > Signed-off-by: Michael Karcher > Acked-by: Thorsten Glaser > Tested-by: Stefan Niestegge > Signed-off-by: Geert Uytterhoeven 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