Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Aug 2008 10:03:15 -0400
From:      <magik@back-up.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-usb@FreeBSD.org
Subject:   Re: usb/125941: not working wheel on my microsoft notebook optical mouse 3000
Message-ID:  <5d252c1d8f1ddaed55d2467adea536ca@chi.fastbighost.com>
In-Reply-To: <200807242330.m6ONU70T091921@freefall.freebsd.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]


On Thu, 24 Jul 2008 23:30:07 GMT, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `usb/125941'.
> The individual assigned to look at your
> report is: freebsd-usb. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=125941
> 
>>Category:       usb
>>Responsible:    freebsd-usb
>>Synopsis:       not working wheel on my microsoft notebook optical mouse
> 3000
>>Arrival-Date:   Thu Jul 24 23:30:07 UTC 2008

I just fixed problem with wheel on my mouse
and I'm sending in attachment patch for /usr/src/sys/dev/usb/ums.c file.

[-- Attachment #2 --]
--- ums.c.orig	2008-08-05 17:24:21.815936911 +0200
+++ ums.c	2008-08-05 17:24:51.885277111 +0200
@@ -402,6 +402,7 @@
 		sc->sc_loc_x.pos = 8;
 		sc->sc_loc_y.pos = 16;
 		sc->sc_loc_z.pos = 24;
+                sc->sc_loc_z.size = 8;
 		sc->sc_loc_btn[0].pos = 0;
 		sc->sc_loc_btn[1].pos = 1;
 		sc->sc_loc_btn[2].pos = 2;
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5d252c1d8f1ddaed55d2467adea536ca>