Set .bcdUSB to the correct value

Should be 0x0110 for 1.1
This commit is contained in:
Raphael Assenat 2017-11-19 14:41:41 -05:00
parent e7426e684a
commit be2894b68c
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -255,7 +255,7 @@ static const struct cfg0_2p cfg0_2p PROGMEM = {
struct usb_device_descriptor device_descriptor = {
.bLength = sizeof(struct usb_device_descriptor),
.bDescriptorType = DEVICE_DESCRIPTOR,
.bcdUSB = 0x0101,
.bcdUSB = 0x0110,
.bDeviceClass = 0, // set at interface
.bDeviceSubClass = 0, // set at interface
.bDeviceProtocol = 0,