lkml.org 
[lkml]   [2000]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: USB Mouse wheel
Duh, here's the patch:

--- linux-2.3.36-old/drivers/usb/mousedev.c Sun Jan 2 21:12:59 2000
+++ linux-2.3.36/drivers/usb/mousedev.c Wed Jan 5 20:16:00 2000
@@ -83,7 +83,7 @@
switch (code) {
case REL_X: list->dx += value; break;
case REL_Y: list->dy -= value; break;
- case REL_WHEEL: if (list->mode) list->dz += value; break;
+ case REL_WHEEL: if (list->mode) list->dz -= value; break;
}
break;

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.042 / U:0.432 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site