Open hedgar2017 opened 6 years ago
I have finished the driver and now it works perfectly, but only on Win8.1 and Win10. On Win7 it starts, but when it comes to recognizing HID devices specified in HID report descriptor, Win7 puts them into the 'Other devices category'.
The two yellowed devices are the mouse and keyboard, and the third is a fake HID device I use to send output reports (because mouse and keyboard are opened by HID services exclusively).
Win8.1 and Win10 do everything right and put each HID device in its category (Mouse, Keyboard, and HID for the 3rd fake HID device).
Note: now there is the 4th HID device (similar to the 3rd, but the 3rd is for mouse and the 4th is for keyboard).
did you solve the problem? it doesn't work on windows 7.
@IamHuskar I did not, but it does work on Windows 7, if you manually specify drivers for the mouse and keyboard devices.
That is, HID-compliant mouse
for one unknown device, and HID Keyboard Device
for the other one. The mouse device has lesser index than that of the keyboard (Col01
or Col02
) - just to make sure you can easily distinguish them.
Can you send me a win10 64-bit driver installation file?
@dugujiutian2 I created the repository with the release files
I have finished the driver and now it works perfectly, but only on Win8.1 and Win10. On Win7 it starts, but when it comes to recognizing HID devices specified in HID report descriptor, Win7 puts them into the 'Other devices category'.
The two yellowed devices are the mouse and keyboard, and the third is a fake HID device I use to send output reports (because mouse and keyboard are opened by HID services exclusively).
Win8.1 and Win10 do everything right and put each HID device in its category (Mouse, Keyboard, and HID for the 3rd fake HID device).
Note: now there is the 4th HID device (similar to the 3rd, but the 3rd is for mouse and the 4th is for keyboard).
The original MSDN topic.