From be2894b68c7473b9d6a8b0581074e29d34e96c5b Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Sun, 19 Nov 2017 14:41:41 -0500 Subject: [PATCH] Set .bcdUSB to the correct value Should be 0x0110 for 1.1 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,