Making changes and customising the INF file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Making changes and customising the INF file

580 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pra18 on Wed Oct 22 02:04:56 MST 2014
Hi,

I used an example project for the USB CDC class and it now works.

If I want to change the Vendor and Product ID in an .INF  file and customise it to the product that I want to use, what parts of this file do i need to edit?

Also do I need to edit the USB device  descriptors on the firmware side also.

This is just to be sure that we use our registered product IDs when we use this USB driver on our device side.

Thanks in advance,
Labels (1)
0 Kudos
2 Replies

570 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pra18 on Sun Oct 26 02:26:56 MST 2014
Hi,

I was able to change the VID and PID in the source as well as in the INF file and later on could able to see that it got properly updated and now it works fine.

Thanks
0 Kudos

570 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by capiman on Wed Oct 22 02:19:27 MST 2014
Yes, VID and PID are on embedded device and INF file.
To work together, both must match.
Search for current VID and PID in sources, usually not a lot position in source code and INF file,
where they are used.
0 Kudos