mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 13:24:00 +02:00
change productID
This commit is contained in:
parent
ac9235a3f1
commit
4468f27594
5 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue