Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 991534a

Browse files
committed
change bcdUSB to 1.10 and bcdDevice to 1.04
1 parent 63278f8 commit 991534a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usb_descriptors.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tusb_desc_device_t const desc_device =
1616
{
1717
.bLength = sizeof(tusb_desc_device_t),
1818
.bDescriptorType = TUSB_DESC_DEVICE,
19-
.bcdUSB = 0x0200,
19+
.bcdUSB = 0x0110,
2020
.bDeviceClass = 0x00,
2121
.bDeviceSubClass = 0x00,
2222
.bDeviceProtocol = 0x00,
@@ -25,7 +25,7 @@ tusb_desc_device_t const desc_device =
2525
/* using Dapper Miser CMSIS-DAP VID:PID */
2626
.idVendor = 0x1209,
2727
.idProduct = 0x2488,
28-
.bcdDevice = 0x1003,
28+
.bcdDevice = 0x1004,
2929

3030
.iManufacturer = STRID_MANUFACTURER,
3131
.iProduct = STRID_PRODUCT,

0 commit comments

Comments
 (0)