2005-05-29 05:03:25

by Dmitry Torokhov

[permalink] [raw]
Subject: [patch 00/13] Input patches for 2.6.12

Hi Linus,

I have prepared some input patches that I would like to see in 2.6.12.
Most of them are coming from Vojtech's BK tree and were in -mm for quite
some time. They fix a warning in pmouse module, allow OSS drivers to
be compiled when gameport support is disabled, fix joystick button
mapping, broken mapping for right "win" key and more.

Please consider pulling from:

rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git

branch "for-linus"

--
Dmitry


2005-05-29 07:37:25

by Dmitry Torokhov

[permalink] [raw]
Subject: [patch 14/13] Fix broken mapping for right "win" key

From: Vojtech Pavlik <[email protected]>

Input: Fix fast scrolling scancodes in atkbd.c

Signed-off-by: Vojtech Pavlik <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
---

drivers/input/keyboard/atkbd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Index: work/drivers/input/keyboard/atkbd.c
===================================================================
--- work.orig/drivers/input/keyboard/atkbd.c
+++ work/drivers/input/keyboard/atkbd.c
@@ -171,9 +171,9 @@ static struct {
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 },

2005-05-29 07:51:55

by Vojtech Pavlik

[permalink] [raw]
Subject: Re: [patch 00/13] Input patches for 2.6.12

On Sat, May 28, 2005 at 11:48:13PM -0500, Dmitry Torokhov wrote:

> Hi Linus,
>
> I have prepared some input patches that I would like to see in 2.6.12.
> Most of them are coming from Vojtech's BK tree and were in -mm for quite
> some time. They fix a warning in pmouse module, allow OSS drivers to
> be compiled when gameport support is disabled, fix joystick button
> mapping, broken mapping for right "win" key and more.
>
> Please consider pulling from:
>
> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
>
> branch "for-linus"

Linus, this pull has my blessing.

I wasn't able to prepare it myself for health and other reason.

Thank you very much Dmitry.

--
Vojtech Pavlik
SuSE Labs, SuSE CR