5

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?

Mike Hudgell
  • 307
  • 1
  • 3
  • 13

1 Answers1

5

Example of custom HID INF file on MSDN may help you

Alex D
  • 942
  • 1
  • 6
  • 17
MikroDel
  • 6,705
  • 7
  • 39
  • 74
  • draws on the two main resources google highlights, and good technically correct answers. Its a shame that nobody has done this in real life... – Mike Hudgell Nov 04 '13 at 12:09
  • @MikeHudgell - thank you for your accept. Vote is also up please – MikroDel Nov 04 '13 at 12:11
  • @MikeHudgell - I have also answered your other [question](http://stackoverflow.com/questions/6818474/sigsegv-when-writing-java-code) and upvoted it – MikroDel Nov 04 '13 at 12:19
  • 1
    @MikroDel Do not only provide a link as an answer. Your second link is now broken and has been deleted. What if the next one also gets deleted? Please edit your answer and provide a proper level of information in the body of your answer and use the link as a reference. Thank you. – M-- Jun 05 '17 at 18:59
  • @M-- its not my blog. The information can be updated. If you want to make this answer better and also have an idea and time. Why not? :) – MikroDel Nov 09 '19 at 17:28
  • Unfortunately I do not have the time, but you can consider including some information from the link you are referring to in the body of your answer for future. Cheers. – M-- Nov 09 '19 at 17:53