HID compliant device will not enumerate using chrome.hid API on ChromeOS

后端 未结 1 1251
鱼传尺愫
鱼传尺愫 2021-01-25 17:41

Using a USB HID sensor I can only seem to enumerate the device with the chrome.usb API on ChromeOS.

On OS X I can enumerate with the chrome.hid API with no problem.

相关标签:
1条回答
  • 2021-01-25 18:10

    It is possible the device is blacklisted by the Linux HID driver. If you can put your Chrome OS device in developer mode or connect the device to a Linux computer you can check the kernel log to see how the device is recognized. If all is well then there should be a /dev/hidraw node created for the device.

    Can you tell me what the device vendor and product IDs are?

    0 讨论(0)
提交回复
热议问题