Hans Petter Selasky wrote:

On Monday 13 July 2009 20:31:31 Greg Miller wrote:
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?

No, all I have are root hub devices (x.1), a USR5637 modem (3.2), and this combo device (2.2).
--
http://www.velocityvector.com/ | http://www.classic-games.com/
     Any government that can give you everything you want
                 can take everything you have.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to