summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-25 09:55:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-25 09:55:48 -0700
commit09f240e0b06326531e64e9826859a774cd456ad7 (patch)
treee932a078ff19cbd9ed916eb1b07116353d09a3b0 /adb
parent8c4b153911e399f00fdf0ed4e39782d0d49396d6 (diff)
parent5d8554323caddfa3ca02f31625ea72634312521f (diff)
downloadsystem_core-09f240e0b06326531e64e9826859a774cd456ad7.tar.gz
system_core-09f240e0b06326531e64e9826859a774cd456ad7.tar.bz2
system_core-09f240e0b06326531e64e9826859a774cd456ad7.zip
am 5d855432: Merge "Add USB Vendor ID for ECS"
* commit '5d8554323caddfa3ca02f31625ea72634312521f': Add USB Vendor ID for ECS
Diffstat (limited to 'adb')
-rw-r--r--adb/usb_vendors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index e132c6721..68bb23284 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -153,6 +153,8 @@
#define VENDOR_ID_NOOK 0x2080
// Qisda's USB Vendor ID
#define VENDOR_ID_QISDA 0x1D45
+// ECS's USB Vendor ID
+#define VENDOR_ID_ECS 0x03fc
/** built-in vendor list */
@@ -216,6 +218,7 @@ int builtInVendorIds[] = {
VENDOR_ID_MTK,
VENDOR_ID_NOOK,
VENDOR_ID_QISDA,
+ VENDOR_ID_ECS,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))