Add new VID/PID to cyusb3.inf file

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
whiterens
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

Hi. Our company use CYUSB3014 for our product.

We purchased VID from USB-IF since the VID/PID from cypress can be used just for development (NOT for release).

The target OS is Windows 10 (10.0 build 19041)

To Add our VID/PID to driver, CyUSB.pdf which is document included on SDK said we should modify cyusb3.inf

and get catalog file. But, we have a problem while generating catalog file.

 

Here's what I did.

1. modify cyusb3.inf  as below(located at C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\driver\bin\Win10\x64)

 [Device.NTx86]

 %VID_XXXX&PID_YYYY.DeviceDesc%=CyUsb3, USB\VID_XXXX&PID_YYYY ; add our VID/PID , (XXXX,YYYY : vid/pid from our company)

[Device.NTamd64]

%VID_XXXX&PID_YYYY.DeviceDesc%=CyUsb3, USB\VID_XXXX&PID_YYYY 

[Strings]

VID_XXXX&PID_YYYY.DeviceDesc="OUR COMPANY PRODUCT NAME"

CYUSB3.GUID="{generated GUID key from Microsoft's Guidgen tool}"

 

2. Run the infverif.exe (latest version of ChkINF tool) to verify the modified INF file is error free

--> as a result, the Log showed INF file is not valid.

1111.PNG

3. Run Inf2Cat.exe to re-generate the CAT file.

--> as a result, Unable to create CAT file.

1234.PNG

 

I cannot proceed more because of the errors.

Is there a way I can fix these problem?

 

 

0 Likes
1 Solution
MallikaK_22
Moderator
Moderator
Moderator
50 likes received 750 replies posted 250 solutions authored

Hello,

Please provide the modified inf file for verification.

Regards,

Mallika

View solution in original post

3 Replies