Commit c3843a96 authored by carbon's avatar carbon

u-boot: support the latest usb_dl tool

parent 248e8d14
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <linux/types.h> #include <linux/types.h>
#define BCD_USB_SS 0x0300 // 3.00 version USB #define BCD_USB_SS 0x0300 // 3.00 version USB
#define ID_VENDOR 0x3346 // Cvitek #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_DEVICE_SS 0x0001 // 0.1
#define BCD_USB_HS_ONLY 0x0201 // 2.01 /*Only HS with BOS descriptor*/ #define BCD_USB_HS_ONLY 0x0201 // 2.01 /*Only HS with BOS descriptor*/
#define BCD_USB_HS 0x0210 // 2.10 #define BCD_USB_HS 0x0210 // 2.10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment