HID设备类详解
HID設備類
Base Class 03h (HID – Human Interface Device)
This base class is defined for devices that conform to the HID Device Class Specification found on the USB-IF website.?That specification defines the usable set of SubClass and Protocol values.?? Values outside of that defined spec are reserved.?These class codes can only be used in Interface Descriptors.
?
| Base Class | SubClass | Protocol | Meaning |
| 03h | xxh | xxh | HID device class |
HID設備類特征
HID設備類除了有一些標準描述符(包括設備描述符、配置描述符、接口描述符、端點描述符、字符串描述符)外,還有自己的類專有描述:
HID描述符
報告描述符
物理描述符
正確實現HID設備類專用描述符是主機成功識別HID設備的關鍵。HID描述符和報告描述符是必須要使用的,物理描述符一般不被使用。
總結
- 上一篇: MySQL解决方案
- 下一篇: 随机森林模型解释_随机森林解释