diff options
| -rw-r--r-- | adb/usb_vendors.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index f5aa8cc1..b9881152 100644 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c @@ -125,6 +125,8 @@ #define VENDOR_ID_SONY 0x054C // Lab126's USB Vendor ID #define VENDOR_ID_LAB126 0x1949 +// Yulong Coolpad's USB Vendor ID +#define VENDOR_ID_YULONG_COOLPAD 0x1EBF /** built-in vendor list */ int builtInVendorIds[] = { @@ -173,6 +175,7 @@ int builtInVendorIds[] = { VENDOR_ID_INQ_MOBILE, VENDOR_ID_SONY, VENDOR_ID_LAB126, + VENDOR_ID_YULONG_COOLPAD, }; #define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0])) |
