Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0a9b526d authored by Erik Larson's avatar Erik Larson
Browse files

Update VID/PID and USB description strings


Signed-off-by: default avatarErik Larson <erik@statropy.com>
parent 214ad7f6
1 merge request!2Auto passthrough
......@@ -212,18 +212,16 @@ uint8_t const abromStringDescriptor[] = {
32, // Length of this string descriptor
3, // bDescriptorType
'B',0x00,'e',0x00,'a',0x00,'g',0x00,'l',0x00,'e',0x00,
'b',0x00,'o',0x00,'a',0x00,'r',0x00,'d',0x00,'.',0x00,
'B',0x00,'o',0x00,'a',0x00,'r',0x00,'d',0x00,'.',0x00,
'o',0x00,'r',0x00,'g',0x00,
// String index2, Product
62, // Length of this string descriptor
28, // Length of this string descriptor
3, // bDescriptorType
'B',0x00,'e',0x00,'a',0x00,'g',0x00,'l',0x00,'e',0x00,
' ',0x00,'C',0x00,'o',0x00,'n',0x00,'n',0x00,'e',0x00,
'c',0x00,'t',0x00,' ',0x00,'U',0x00,'S',0x00,'B',0x00,
' ',0x00,'U',0x00,'A',0x00,'R',0x00,'T',0x00,' ',0x00,
'B',0x00,'r',0x00,'i',0x00,'d',0x00,'g',0x00,'e',0x00,
'C',0x00,'o',0x00,'n',0x00,'n',0x00,'e',0x00,'c',0x00,
't',0x00,
// String index3, Serial Number
......
......@@ -64,8 +64,8 @@ extern "C"
// Configuration Constants that can change
// #define that relates to Device Descriptor
#define USB_VID 0x2fe3 // Vendor ID (VID)
#define USB_PID 0x000d // Product ID (PID)
#define USB_VID 0x2047 // Vendor ID (VID)
#define USB_PID 0x0AA5 // Product ID (PID)
/*----------------------------------------------------------------------------+
| Firmware Version |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment