linux usb libusb 解析非标准描述符

发布于 2025-01-08 03:21:23 字数 219 浏览 2 评论 0原文

我在应用程序中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文