Browse Source
usb_descriptors: Bumped the device version to guarantee windows will pick up the new descriptors
feature/usb-windows-os-descriptors
dragonmux
2 years ago
No known key found for this signature in database
GPG Key ID: 64861EA89B35507A
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|