Commit 16f3374d authored by Vojtech Pavlik's avatar Vojtech Pavlik

Add Logitech Wheel Mouse to the list of Logitech mice

that have a wheel in mousedev.c
parent 1a281700
......@@ -348,7 +348,7 @@ static int psmouse_extensions(struct psmouse *psmouse)
int i;
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_wheel[] = { 52, 53, 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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment