Skip to content

Commit

Permalink
u-boot: support the latest usb_dl tool
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Apr 10, 2024
1 parent 248e8d1 commit c3843a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <linux/types.h>
#define BCD_USB_SS 0x0300 // 3.00 version USB
#define ID_VENDOR 0x3346 // Cvitek
#define ID_PRODUCT 0x1001 // example bulk product
#define ID_PRODUCT 0x1000 // example bulk product
#define BCD_DEVICE_SS 0x0001 // 0.1
#define BCD_USB_HS_ONLY 0x0201 // 2.01 /*Only HS with BOS descriptor*/
#define BCD_USB_HS 0x0210 // 2.10
Expand Down

0 comments on commit c3843a9

Please sign in to comment.