Use compliant manufacturer string, PID

This commit is contained in:
fruchti 2023-06-17 16:37:04 +02:00
parent c9eb526d46
commit 8e1c27aa83

View file

@ -10,7 +10,7 @@ const USB_DeviceDescriptor_t USB_DeviceDescriptor =
.bDeviceProtocol = 0x00, // Protocol per interface
.bMaxPacketSize0 = 64,
.idVendor = 0x16c0,
.idProduct = 0x05dc,
.idProduct = 0x05e1,
.bcdDevice = 0x0200,
.iManufacturer = 1,
.iProduct = 2,
@ -121,7 +121,7 @@ const USB_WholeDescriptor_t USB_ConfigurationInterfaceDescriptor =
#define USB_STRING_LANGID 0x0409
#define USB_STRING_VENDOR \
'2', '5', '1', '2', '0'
'2', '5', '1', '2', '0', '.', 'o', 'r', 'g'
#define USB_STRING_PRODUCT \
'H', 'P', 'G', 'L', ' ', 'X', 'Y'