[PATCH] Add support for Logitech MX300 in PS2++ driver

From: Daniel Johnson
Date: Mon Oct 11 2004 - 05:14:43 EST


Hello.

This little patch adds support for Logitech MX300 mices.
It is to be applied against 2.6.x kernel series.
Please, have a look at it.

Patch follows ===


diff -u a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c
--- a/drivers/input/mouse/logips2pp.c 2004-06-16 13:08:08.000000000 +0200
+++ b/drivers/input/mouse/logips2pp.c 2004-06-16 13:08:08.000000000 +0200
@@ -172,6 +172,10 @@
{ 100, PS2PP_KIND_MX,
PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
PS2PP_EXTRA_BTN | PS2PP_NAV_BTN }, /* MX510 */
+
+ { 111, PS2PP_KIND_MX,
+ PS2PP_WHEEL | PS2PP_EXTRA_BTN | PS2PP_TASK_BTN }, /* MX300 */
+
{ 112, PS2PP_KIND_MX,
PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
PS2PP_EXTRA_BTN | PS2PP_NAV_BTN }, /* MX500 */
-
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/