Mike Hudgell
Mike Hudgell

Reputation: 307

INF file for HID device - setting name and icon

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?

Upvotes: 5

Views: 2478

Answers (1)

MikroDel
MikroDel

Reputation: 6735

Example of custom HID INF file on MSDN may help you

Upvotes: 5

Related Questions