diff options
| author | Ari Juhani Hämeenaho <khaho@koti.soon.fi> | 2002-09-24 23:33:58 +0200 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@suse.cz> | 2002-09-24 23:33:58 +0200 |
| commit | 4a4648df97b6eac6ba4913ba2d8ee87f012d2081 (patch) | |
| tree | 168bfbc0cd8eed8bb72aee554e1c6e2acd075d4f /drivers/input/mouse | |
| parent | 33124340f26a77180b25ec81bb598d0852451539 (diff) | |
Make Logitech Desktop Pro (wireless keyboard & mouse) work with all buttons and wheel.
Diffstat (limited to 'drivers/input/mouse')
| -rw-r--r-- | drivers/input/mouse/psmouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/psmouse.c b/drivers/input/mouse/psmouse.c index 66395fd802da..a1989b256220 100644 --- a/drivers/input/mouse/psmouse.c +++ b/drivers/input/mouse/psmouse.c @@ -349,8 +349,8 @@ static int psmouse_extensions(struct psmouse *psmouse) if (param[1]) { int i; - static int logitech_4btn[] = { 12, 40, 41, 42, 43, 73, 80, -1 }; - static int logitech_wheel[] = { 75, 76, 80, 81, 83, 88, -1 }; + static int logitech_4btn[] = { 12, 40, 41, 42, 43, 52, 73, 80, -1 }; + static int logitech_wheel[] = { 52, 75, 76, 80, 81, 83, 88, -1 }; static int logitech_ps2pp[] = { 12, 13, 40, 41, 42, 43, 50, 51, 52, 53, 73, 75, 76, 80, 81, 83, 88, 96, 97, -1 }; psmouse->vendor = "Logitech"; |
