https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244602

--- Comment #1 from Henry Hu <[email protected]> ---
The key reason seems to be that interface 1 has

      bInterfaceClass = 0x0003  <HID device>
      bInterfaceSubClass = 0x0001 
      bInterfaceProtocol = 0x0002 

0x0001 = UISUBCLASS_BOOT
0x0002 = UIPROTO_MOUSE

Thus it's treated as a mouse, while in this case, it only has some media keys.
Maybe ums should not attach if there is no mouse button or axis?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to