diff --git a/main.c b/main.c index 52ed974..9771753 100644 --- a/main.c +++ b/main.c @@ -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,