Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2009 09:28:50 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Doug Barton <dougb@freebsd.org>
Cc:        usb@freebsd.org, freebsd-current@freebsd.org, Andrew Thompson <thompsa@freebsd.org>
Subject:   Re: USB2 makes moused insane
Message-ID:  <200903110928.51384.hselasky@c2i.net>
In-Reply-To: <49B6E445.3000302@FreeBSD.org>
References:  <20090310045605.GA38857@nagual.pp.ru> <200903100840.57018.hselasky@c2i.net> <49B6E445.3000302@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 10 March 2009, Doug Barton wrote:
> Hans Petter Selasky wrote:
> > Please dump the HID descriptors of mouse devices using USB config and
> > send me the result and I will fix the issue.
> >
> > Replace 1 and 3 with the ugenX.Y for your device:
> >
> > usbconfig -u 1 -a 3 do_request 0x81 0x06 0x2200 1 0x100
> >
> > Parameters after u and a must be correct. You can also dump interface #0:
> >
> > usbconfig -u 1 -a 3 do_request 0x81 0x06 0x2200 0 0x100
>
>
> Can I get my wheel back please? :)
>

After looking at the HID descriptors I have made the following patch:

http://perforce.freebsd.org/chv.cgi?CH=159053

USB wheel should work again!

--HPS



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