My USB device is set as CDC. If the USB is set as CDC, the windows 10 will auto use default INF file(Usbser.inf). How can I change the default INF file to myself INF file?
Asked
Active
Viewed 2,532 times
0
-
Same issue here, have you found any solution? – Dec 15 '15 at 10:48
1 Answers
0
You would have to instruct your users to install your INF file before plugging in the device. Once your INF file is installed, it will be used by default. If your INF file is not installed, usbser.inf and usbser.sys are used by default for matching USB devices.

David Grayson
- 84,103
- 24
- 152
- 189
-
I have installed my INF file, but the WIN 10 still use the default INF file. How to fix this? – LayaCCC Oct 12 '15 at 12:11
-
Select the device in the Device Manager, right click, Update Driver Software, and tell Windows to automatically find new drivers. It should find your INF. – David Grayson Oct 12 '15 at 15:31