Re: 2.6.12-rc2: Compose key doesn't work

From: Wakko Warner
Date: Mon May 30 2005 - 09:30:10 EST


Vojtech Pavlik wrote:
> On Thu, May 26, 2005 at 11:45:09AM -0400, Wakko Warner wrote:
> > I do wish they'd fix it, because I use this key (kinda like another ALT key)
> > more than my compose key (again, the menu key, not the right win logo key)
>
> This patch should fix it.

At work, I have a USB keyboard with 8 extra keys. Could something like this
be the cause of about 5 of those keys not working? (They worked under 2.4
perfectly)

> atkbd.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
>
> diff -Nru a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
> --- a/drivers/input/keyboard/atkbd.c 2005-05-03 15:23:34 +02:00
> +++ b/drivers/input/keyboard/atkbd.c 2005-05-03 15:23:34 +02:00
> @@ -171,9 +171,9 @@
> unsigned char set2;
> } atkbd_scroll_keys[] = {
> { ATKBD_SCR_1, 0xc5 },
> - { ATKBD_SCR_2, 0xa9 },
> - { ATKBD_SCR_4, 0xb6 },
> - { ATKBD_SCR_8, 0xa7 },
> + { ATKBD_SCR_2, 0x9d },
> + { ATKBD_SCR_4, 0xa4 },
> + { ATKBD_SCR_8, 0x9b },
> { ATKBD_SCR_CLICK, 0xe0 },
> { ATKBD_SCR_LEFT, 0xcb },
> { ATKBD_SCR_RIGHT, 0xd2 },

--
Lab tests show that use of micro$oft causes cancer in lab animals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/