Nafaa

Distinguished
Apr 13, 2011
2
0
18,510
i want to modify driver for CY7C68013 8051 firmware acquisition card but never manipulate file .inf
so i need your help
thank you
 

Modifying the .inf file isn't a good idea - it's only a text file so you can write anything you like to it but it's knowing what to write that's the hard part.

Every driver has a unique .inf so if you need a new driver, right click the device in Device Manager, go to Properties>Driver and click on Update Driver. If you're online when you do that, you should get the right driver for the job.

 

In that case, look at some .inf files - they open in Notepad - and see if you can write one that folows the pattern. It doesn't end there, of course - the actual driver is a .sys file and that will be harder to write. Look at files that are in the same range as your new creation - if it's a network adapter, follow the lines of those, for example and good luck.