Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2009 20:00:22 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Boris Kotzev <boris.kotzev@gmail.com>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: usb touchpad not working properly on CURRENT with usb2
Message-ID:  <200903062000.22447.hselasky@c2i.net>
In-Reply-To: <200903062021.52408.boris.kotzev@gmail.com>
References:  <200903041946.15105.boris.kotzev@gmail.com> <200903061721.15975.hselasky@c2i.net> <200903062021.52408.boris.kotzev@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 06 March 2009, Boris Kotzev wrote:
>
> Hi Hans,
>
> Changing the bfsz from 0 to 128 in ums.c did not solve the problem. The
> touchpad continues to respond to input in the same weird way.
>

Hi Boris,

Please dump the HID descriptor of your interface 1 of the apple keyboard like 
this:

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

And the other interfaces if you want.

--HPS



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