cust_usb.h 334 B

1234567891011121314
  1. #ifndef __CUST_USB_H__
  2. #define __CUST_USB_H__
  3. #define CONFIG_USBD_LANG "0409"
  4. #define USB_VENDORID (0x0E8D)
  5. #define USB_PRODUCTID (0x201C)
  6. #define USB_VERSIONID (0x0100)
  7. #define USB_MANUFACTURER "MediaTek"
  8. #define USB_PRODUCT_NAME "Android"
  9. #define FASTBOOT_DEVNAME "fpga6580"
  10. #define SN_BUF_LEN 19
  11. #endif /* __CUST_USB_H__ */