From aba38eb576b5d7ed95f9d4a019795c5794e7e798 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Thu, 18 Aug 2022 11:49:51 +0100 Subject: [PATCH] usb_descriptors: Bumped the device version to guarantee windows will pick up the new descriptors --- src/platforms/common/usb_descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/common/usb_descriptors.h b/src/platforms/common/usb_descriptors.h index 0529c4d0..f6d793c3 100644 --- a/src/platforms/common/usb_descriptors.h +++ b/src/platforms/common/usb_descriptors.h @@ -48,7 +48,7 @@ static const struct usb_device_descriptor dev_desc = { #endif .idVendor = 0x1D50, .idProduct = 0x6018, - .bcdDevice = 0x0100, + .bcdDevice = 0x0108, .iManufacturer = 1, .iProduct = 2, .iSerialNumber = 3,