usb touchpad not working properly on CURRENT with usb2

Hans Petter Selasky hselasky at c2i.net
Fri Mar 6 10:57:55 PST 2009


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


More information about the freebsd-usb mailing list