Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2009 22:47:41 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        Renato Botelho <rbgarga@gmail.com>, Andrey Chernov <ache@nagual.pp.ru>, akbeech@gmail.com, Beech Rintoul <beech@freebsd.org>, usb@freebsd.org
Subject:   Re: USB2 makes moused insane
Message-ID:  <200903112247.42768.hselasky@c2i.net>
In-Reply-To: <20090311213045.GB47787@nagual.pp.ru>
References:  <20090310045605.GA38857@nagual.pp.ru> <200903112206.47108.hselasky@c2i.net> <20090311213045.GB47787@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 11 March 2009, Andrey Chernov wrote:
> On Wed, Mar 11, 2009 at 10:06:44PM +0100, Hans Petter Selasky wrote:
> > Are you sure that you re-loaded the USB module?
>
> It is in the kernel. I use whole file from p4.
>
> > Send debugging when hw.usb2.ums.debug=15 and you plug and move mouse.
>

Can you show me the dmesg right after you plug the device, that prints where 
the X,Y,Z and buttons are located. I think we are seeing a different problem 
where we have a zero-valued report ID.

And also. Re-dump the HID descriptor if this a different mouse than before.

--HPS

> As you can see, some lines have ff in the buttons while no buttons are
> pressed. The mice itself have 5 buttons (including wheel click).
>
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 00 ff 00 00 00 00 ff
> ums_intr_callback:255: x:0 y:256 z:1 t:0 w:0 buttons:0x0000ff00
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 ff 00 00 00 ff ff 00
> ums_intr_callback:255: x:-256 y:-255 z:0 t:0 w:0 buttons:0x00000000
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 ff 00 00 00 ff ff 00
> ums_intr_callback:255: x:-256 y:-255 z:0 t:0 w:0 buttons:0x00000000
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 e9 f9 00 00 e9 ff f9
> ums_intr_callback:255: x:-5888 y:1537 z:7 t:0 w:0 buttons:0x0000ff00
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 f0 fe 00 00 f0 ff fe
> ums_intr_callback:255: x:-4096 y:257 z:2 t:0 w:0 buttons:0x0000ff00
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 fb 00 00 00 fb ff 00
> ums_intr_callback:255: x:-1280 y:-255 z:0 t:0 w:0 buttons:0x00000000
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 ff 00 00 00 ff ff 00
> ums_intr_callback:255: x:-256 y:-255 z:0 t:0 w:0 buttons:0x00000000
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 01 00 00 00 01 00 00
> ums_intr_callback:255: x:256 y:0 z:0 t:0 w:0 buttons:0x00000000
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 01 00 00 00 01 00 00
> ums_intr_callback:255: x:256 y:0 z:0 t:0 w:0 buttons:0x00000000
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 0e fc 00 00 0e 00 fc
> ums_intr_callback:255: x:3584 y:1024 z:4 t:0 w:0 buttons:0x0000ff00
> ums_intr_callback:181: sc=0xc517ec00 actlen=10
> ums_intr_callback:198: data = 00 01 00 00 00 01 00 00
> ums_intr_callback:255: x:256 y:0 z:0 t:0 w:0 buttons:0x00000000





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