Browse Source

Set .bcdUSB to the correct value

Should be 0x0110 for 1.1
pull/5/head
Raphael Assenat 5 years ago
parent
commit
be2894b68c
  1. 2
      main.c

2
main.c

@ -255,7 +255,7 @@ static const struct cfg0_2p cfg0_2p PROGMEM = { @@ -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,

Loading…
Cancel
Save