Skip to content

Commit

Permalink
USB 2.0 device descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 6, 2020
1 parent 0388c9c commit 435dd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const uint8_t device_descriptor[] aligned(2) = {
18, /* Length */
DESC_DEVICE, /* Descriptor Type */
0x10,0x01, /* USB 1.1 */
0x00,0x02, /* USB 2.0 */
2, 0, 0, /* Class, Subclass, Protocol: CDC */
64, /* Max Packet Size */
0x09,0x12, /* VID = pid.codes Open Source projects */
Expand Down

0 comments on commit 435dd84

Please sign in to comment.