seanjensengrey / moveonpc

Automatically exported from code.google.com/p/moveonpc
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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