Parcourir la source

USB 2.0 device descriptor

Keir Fraser il y a 5 ans
Parent
commit
435dd8414e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/usb/config.c

+ 1 - 1
src/usb/config.c

@@ -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 */