* [PATCH] Add support for Logitech MX300 in PS2++ driver
@ 2004-10-11 10:15 Daniel Johnson
0 siblings, 0 replies; only message in thread
From: Daniel Johnson @ 2004-10-11 10:15 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds, alan, vojtech
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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-11 10:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 10:15 [PATCH] Add support for Logitech MX300 in PS2++ driver Daniel Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome