Skip to content
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

Error found in moveonpc_2012-05-29_r40.zip/winhid.cpp(219) #3

Open
GoogleCodeExporter opened this issue Aug 27, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Just open winhid.cpp and look at line 219 :)

What is the expected output? What do you see instead?
Expected: HidD_GetInputReport = (HidReportFunction)GetProcAddress(hid_dll, 
"HidD_GetInputReport");
Saw: HidD_GetInputReport = (HidReportFunction)GetProcAddress(hid_dll, 
"HidD_SetOutputReport");

What version of the product are you using? On what operating system?
moveonpc_2012-05-29_r40.zip

Please provide any additional information below.
I am trying the PS MOVE through standard BT driver on Windows 7 Pro, while I 
found "-r40.zip" dose not completely support Move on standard BT. The funtion 
"ReadMoveReport()" tries MIJ and USB only but it seems not reasonable. Then, I 
tried using HidD_GetInputReport() in this function but it just did not work! 
After a long time of dizzily debugging, I finally found this "small" bug. Now 
the code works for standard BT device happily.

Original issue reported on code.google.com by aged...@gmail.com on 8 Oct 2012 at 5:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant