change productID

This commit is contained in:
Pavol Rusnak 2011-04-05 01:04:14 +02:00
parent ac9235a3f1
commit 4468f27594
5 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,3 @@
#define NXP_VID 0x1FC9
#define USB_VENDOR_ID NXP_VID // Vendor ID
#define USB_PROD_ID 0x0003 // Product ID
#define USB_VENDOR_ID 0x1FC9 // Vendor ID
#define USB_PROD_ID 0x1337 // Product ID
#define USB_DEVICE 0x0100 // Device ID

View file

@ -26,7 +26,7 @@ const uint8_t USB_StringDescriptor[] = {
/* Index 0x00: LANGID Codes */
0x04, /* bLength */
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
WBVAL(NXP_VID), /* US English */ /* wLANGID */
WBVAL(USB_VENDOR_ID), /* US English */ /* wLANGID */
/* Index 0x04: Manufacturer */
0x1C, /* bLength */
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */