Skip to content

Commit

Permalink
Bump bcdDevice to 2.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanthom committed Dec 13, 2022
1 parent 5fd9822 commit 25b6cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const struct usb_device_descriptor dev_desc = {
.bMaxPacketSize0 = 64,
.idVendor = 0x1209,
.idProduct = 0xC0CA,
.bcdDevice = 0x0110,
.bcdDevice = 0x0200,
.iManufacturer = 1,
.iProduct = 2,
.iSerialNumber = 3,
Expand Down

0 comments on commit 25b6cd4

Please sign in to comment.