This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef MTK_USB_CUSTOM_H | |
#define MTK_USB_CUSTOM_H | |
/* Force full-speed is not guaranteed with adb function, use it with care! */ | |
//#define USB_FORCE_FULL_SPEED | |
#define USB_MS_PRODUCT_ID 0x0001 | |
#define USB_MS_ADB_PRODUCT_ID 0x0c03 | |
#define USB_RNDIS_PRODUCT_ID 0x0003 | |
#define USB_RNDIS_ADB_PRODUCT_ID 0x0004 |