Page 1 of 1

How to change the product name and vendor name?

Posted: Fri Jul 15, 2011 2:56 pm
by holeygaurav
Dear sir,

We have successfully implemented the usb interface on Atmega 16 using keyboard simulator project available at http://www.krezac.net/avr/yake-en . Now we wish to change the vendor and product name. We have tried changing the macro in firmware/usbconfig.h from
#define USB_CFG_DEVICE_NAME 'T', 'i', 'p', 'R', 'o', 'o', 't'
to
#define USB_CFG_DEVICE_NAME 'K', 'E', 'Y', 'B', 'O', 'A', 'R', 'D'

and then make the project but not able to make the device detected with new name "KEYBOARD". The device is detected with the same old name "TipRoot". Please guide us.

Thanks and Regards,
Gaurav Holey

Re: How to change the product name and vendor name?

Posted: Fri Jul 15, 2011 6:46 pm
by ulao
Yes that is how you do it but if you already have the device install you will need to remove it first. When the device is install windows marks down the name in the registry and changing that in the firmware does not change the registry. Use usbDview or manually edit the registry on your own.

Re: How to change the product name and vendor name?

Posted: Sat Jul 16, 2011 8:40 am
by holeygaurav
As in cmd-> regedit?
Could you please elaborate how to find it in the registry and delete/edit it?

Re: How to change the product name and vendor name?

Posted: Sat Jul 16, 2011 3:24 pm
by ulao
Yikes, tampering of the registry is something you need to do at your own risk my friend. Only advise I have there is search for you PID/VID. usbDview is by far the better choice
http://gobbledgeek.wordpress.com/2011/01/10/usbdview/