Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 274
Mike Hudgell Avatar asked Oct 16 '13 10:10

Mike Hudgell


People also ask

How do I create an INF file in Windows?

You can create a single INF file to install your driver on multiple versions of the Windows operating system. This type of INF file is created by creating additional DefaultInstall, DefaultInstall. Services, DefaultUninstall, and DefaultUninstall. Services sections for each operating system version.

What is USB HID mode?

Human Interface Devices (HID) is a device class definition to replace PS/2-style connectors with a generic USB driver to support HID devices such as keyboards, mice, game controllers, and so on. Prior to HID, devices could only utilize strictly-defined protocols for mice and keyboards.

What is an example of HID?

An HID takes input from or provides output to humans. Examples of devices include keyboards, pointing devices (mice, touchscreens, etc.), and gamepads.


1 Answers

Example of custom HID INF file on MSDN may help you

like image 141
MikroDel Avatar answered Oct 29 '22 18:10

MikroDel