linux usb libusb 解析非标准描述符
我在应用程序中使用 libusb 进行用户模式 USB 处理。目前,它与我能找到的一些更简单的 USB 设备(如大容量存储设备)配合得很好,但对于 HID 设备或 AV 类设备等更复杂的设备,我需要能够解析 HID 描述符和接口关联描述符。
libusb 仅解析/公开标准 USB 描述符(配置、接口等)。谁能推荐一个库来解析配置描述符 blob 中的其他非标准描述符,例如 IA 和 HID 描述符?
I'm using libusb for user-mode USB handling in an application. For now, it works quite nicely with some of the simpler USB devices I can find (like mass storage devices), but for more complicated devices like HID devices or AV class devices, I need to be able to parse HID descriptors and interface association descriptors.
libusb only parses/exposes standard USB descriptors (configuration, interface, etc). Can anyone recommend a library to parse the other non-standard descriptors, like IA and HID descriptors, out of the configuration descriptor blob?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论