-
Notifications
You must be signed in to change notification settings - Fork 904
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
hid_get_feature_report broken on Windows XP #192
Comments
I got the problem verified on Windows 7, too. This was tested using MinGW. OS: Windows 7 SP1, 64 bit OS: Windows XP SP3, 32 bit |
The previous update to the latest hidapi upstream introduced changes that break HID Feature report on Windows. This fix sets the hidapi submodule to the commit preceeding the problematic one. For a description of the problem see hidapi's issue list: signal11/hidapi#192
The previous update to the latest hidapi upstream introduced changes that break HID Feature reports on Windows. This fix sets the hidapi submodule to the commit preceeding the problematic one. For a description of the problem see hidapi's issue list: signal11/hidapi#192
+1 |
By the way, here is the problematic commit. Edit: Oops, sorry, Alex already linked to the problematic commit in the first post. |
+1 |
So shall I revert this commit 54eb31d and done deal or other changes have to be done? BTW I clone master and that commit still present |
What are you talking about? If this is about psmoveapi, please open a |
Is this fixed by #219 then? |
Is this fixed by #219 then?
I don't think so since this fix targets Mac only whereas I reported a
problem on Windows.
|
The two things are related, considering that would also fix thp/psmoveapi#214 |
- API functions to get runtime version of the library; - macros to get static/compile-time version of the library; - VERSION file;
The fix in commit 54eb31d breaks
hid_get_feature_report()
on Windows XP SP3. It worked previously, i.e.bytes_returned
already included the additional byte for the report ID. I cannot test this on other versions of Windows. Maybe there are differences among them?The text was updated successfully, but these errors were encountered: