You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
aged...@gmail.com
on 8 Oct 2012 at 5:31The text was updated successfully, but these errors were encountered: