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

最后都变了- 提交于 2019-12-02 04:12:22

问题


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.

What could be the reasons for HID devices not being identified as such on ChromeOS?


回答1:


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?



来源:https://stackoverflow.com/questions/27557114/hid-compliant-device-will-not-enumerate-using-chrome-hid-api-on-chromeos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!