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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
