Use compliant manufacturer string, PID
This commit is contained in:
parent
c9eb526d46
commit
8e1c27aa83
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ const USB_DeviceDescriptor_t USB_DeviceDescriptor =
|
||||||
.bDeviceProtocol = 0x00, // Protocol per interface
|
.bDeviceProtocol = 0x00, // Protocol per interface
|
||||||
.bMaxPacketSize0 = 64,
|
.bMaxPacketSize0 = 64,
|
||||||
.idVendor = 0x16c0,
|
.idVendor = 0x16c0,
|
||||||
.idProduct = 0x05dc,
|
.idProduct = 0x05e1,
|
||||||
.bcdDevice = 0x0200,
|
.bcdDevice = 0x0200,
|
||||||
.iManufacturer = 1,
|
.iManufacturer = 1,
|
||||||
.iProduct = 2,
|
.iProduct = 2,
|
||||||
|
|
@ -121,7 +121,7 @@ const USB_WholeDescriptor_t USB_ConfigurationInterfaceDescriptor =
|
||||||
|
|
||||||
#define USB_STRING_LANGID 0x0409
|
#define USB_STRING_LANGID 0x0409
|
||||||
#define USB_STRING_VENDOR \
|
#define USB_STRING_VENDOR \
|
||||||
'2', '5', '1', '2', '0'
|
'2', '5', '1', '2', '0', '.', 'o', 'r', 'g'
|
||||||
#define USB_STRING_PRODUCT \
|
#define USB_STRING_PRODUCT \
|
||||||
'H', 'P', 'G', 'L', ' ', 'X', 'Y'
|
'H', 'P', 'G', 'L', ' ', 'X', 'Y'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue