How to change the product name and vendor name?
Posted: Fri Jul 15, 2011 2:56 pm
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
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