INF file for HID device - setting name and icon

2019-05-05 14:23发布

问题:

I'm looking to create an inf file for a HID device (which has a custom VID/PID). I just want to replace the strings "HID-compliant device" and "USB Input Device" for our device with our strings.

I know this will need signing by Microsoft, but is there a good example of how to do this?

回答1:

Example of custom HID INF file on MSDN may help you