-
Notifications
You must be signed in to change notification settings - Fork 415
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB HID Report Descriptor Windows #545
Comments
USB HID Device : Microchip PICKit 4 It seems to me the WIndows reconstruction is correct (logically equivalent). So this may not be a real issue. Just want to double check here. hidtest output under Linux.
Feed the above through an online HID report parser
hidtest output under Windows.
Feed the above through an online HID report parser
|
Anotther device: I2C interface touch pad. hidtest dump of the HID Report Descriptor under Linux
HID report parser output click to view the HID report descriptor parser output
Output from hidtest under Windows.
click to view the HID report descriptor parser output
|
Full hidtest output under Ubuntu 20.04 Linux. Click to view the full output of hidtest under Ubuntu Linux 20.04
Full hidtest output under Windows 11 (same laptop, dual boot) Click to view the hidtest output under Windows 11 on the same laptop
|
So far I have not found obvious mistakes. So I will close the issue for now. I will reopen if I find issues later. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
#249 has been closed with the merge of PR #451 into git master.
However, we know the Windows implementation (which is a great job done by @JoergAtGithub) is a best effort impelmentation because of the limitation of Windows HID driver. This means that there may be potential issues.
Using this thread to discuss potential issues with some HID devices.
The text was updated successfully, but these errors were encountered: