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

Commit

Permalink
change bcdUSB to 1.10 and bcdDevice to 1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
majbthrd committed Mar 21, 2022
1 parent 63278f8 commit 991534a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tusb_desc_device_t const desc_device =
{
.bLength = sizeof(tusb_desc_device_t),
.bDescriptorType = TUSB_DESC_DEVICE,
.bcdUSB = 0x0200,
.bcdUSB = 0x0110,
.bDeviceClass = 0x00,
.bDeviceSubClass = 0x00,
.bDeviceProtocol = 0x00,
Expand All @@ -25,7 +25,7 @@ tusb_desc_device_t const desc_device =
/* using Dapper Miser CMSIS-DAP VID:PID */
.idVendor = 0x1209,
.idProduct = 0x2488,
.bcdDevice = 0x1003,
.bcdDevice = 0x1004,

.iManufacturer = STRID_MANUFACTURER,
.iProduct = STRID_PRODUCT,
Expand Down

0 comments on commit 991534a

Please sign in to comment.