diff options
| author | Vojtech Pavlik <vojtech@suse.cz> | 2004-01-15 02:17:18 +0100 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@suse.cz> | 2004-01-15 02:17:18 +0100 |
| commit | c0fd61785ce2ea07df174397e6afe908500e7b59 (patch) | |
| tree | b5fba83d984b868978b1fb9e43fa6ac484b5e3ed /drivers/input/mouse | |
| parent | 419b5a3c0ac267bb19df02a4e7454204da2afaad (diff) | |
input: Add support for Logitech MX700 mouse.
Diffstat (limited to 'drivers/input/mouse')
| -rw-r--r-- | drivers/input/mouse/logips2pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c index 7fd9c2afdef9..e9dac656cee1 100644 --- a/drivers/input/mouse/logips2pp.c +++ b/drivers/input/mouse/logips2pp.c @@ -150,7 +150,7 @@ static int ps2pp_detect_model(struct psmouse *psmouse, unsigned char *param) static int logitech_wheel[] = { 52, 53, 75, 76, 80, 81, 83, 88, 112, -1 }; static int logitech_ps2pp[] = { 12, 13, 40, 41, 42, 43, 50, 51, 52, 53, 73, 75, 76, 80, 81, 83, 88, 96, 97, 112, -1 }; - static int logitech_mx[] = { 112, -1 }; + static int logitech_mx[] = { 61, 112, -1 }; psmouse->vendor = "Logitech"; psmouse->model = ((param[0] >> 4) & 0x07) | ((param[0] << 3) & 0x78); |
