Syniurge / ShieldControllerWinDriver

HIDUSB lower filter driver for NVIDIA Shield Controller
70 stars 15 forks source link

Wrong Hardware ID #11

Closed ricsp closed 5 years ago

ricsp commented 7 years ago

Hi, I cannot get windows 10 to use this driver for my controller. I noticed two things: 1) The controller appears as a mouse pointer in windows device manager 2) The Hardware ID of my controller seems to be HID\VID_0955&PID_7210&REV_0100&Col02 instead of USB\VID_0955&PID_7210. I tried to change the hardware id to HID\VID_0955&PID_7210&REV_0100&Col02 in the inf file and windows seems to accept the driver but now it still won't install it because (I guess), after the change, the signature does not work anymore. What can I do? Thanks and cheers. Riccardo

Syniurge commented 7 years ago

Hi,

This ID of from one of the subdevices. To find the "root" controller device first display devices hierarchically by connection, and then look for a USB input device with these 4 subdevices: image

image

That said, it's weird that the driver wasn't selected automatically for your controller. But you can select the driver yourself by right-clicking on the "root" controller device (which should have HID\VID_0955&PID_7210&REV_0100 as ID).