On Monday 13 July 2009 20:31:31 Greg Miller wrote:
>        bInterfaceClass = 0x0003
>        bInterfaceSubClass = 0x0001
>        bInterfaceProtocol = 0x0001

Hi,

This device identifies itself like a keyboard and not a mouse (combo device).

usb.h:

#define UICLASS_HID             0x03
#define UISUBCLASS_BOOT         1
#define UIPROTO_BOOT_KEYBOARD   1
#define UIPROTO_MOUSE           2

The protocol should be 2 for mouse.

Maybe your device sends mouse data accross the Keyboard endpoint, which is not 
supported by FreeBSD.

Are there more ugen devices associated with your keyboard?

--HPS

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to