阅读:1276回复:0
hid 鼠标 report 长度 疑惑?
下面是BusHound截获的 HID 鼠标数据,那位高人帮忙解释一下为什么在设备20.1和23同时有2个不同长度的包发出,内容应该是一样的,只是23发出的数据在前面多了一个0x00, 这2个数据那个是有效的?
Device - Device ID (followed by the endpoint for USB devices) (20) USB 人体学输入设备 (23) HID-compliant mouse Phase - Phase Type DI Data in LEN Data length Data - Hex dump of the data transferred Descr - Description of the phase Cmd... - Position in the captured data Device Phase Data Description Cmd.Phase.Ofs(rep) ------ ----- ------------------------------------------------------------------------------------------------------ ---------------- ------------------ 20.1 LEN 07 00 00 00 20.1 DI 00 fe 00 00 00 00 00 23 LEN 08 00 00 00 23 DI 00 00 fe 00 00 00 00 00 20.1 LEN 07 00 00 00 20.1 DI 00 f8 fc 00 00 00 00 23 LEN 08 00 00 00 23 DI 00 00 f8 fc 00 00 00 00 |
|