From 5c11db54aebb729c64995efdf7170f5aecbca95f Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 27 Jun 2024 21:01:22 +0200 Subject: [PATCH] BCD must be 2.0 for compatibility with windows. Signed-off-by: Pol Henarejos --- src/usb/usb_descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb/usb_descriptors.c b/src/usb/usb_descriptors.c index 0c9f045..a2f9481 100644 --- a/src/usb/usb_descriptors.c +++ b/src/usb/usb_descriptors.c @@ -34,7 +34,7 @@ #define USB_PID 0xFCFD #endif -#define USB_BCD 0x0210 +#define USB_BCD 0x0200 #define USB_CONFIG_ATT_ONE TU_BIT(7)