summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-11-08 06:21:12 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-08 06:21:12 -0800
commit846c686b6663b15833e1827ff8f0232f9a959576 (patch)
treeab23c636fbae8d902c3e60359c383d3a95e58311 /adb
parent770dd86a758807fc656ff07c4696a273c2283d8f (diff)
parent493d04d2fec59b273a067f5ef9d908dd0b441a08 (diff)
downloadsystem_core-846c686b6663b15833e1827ff8f0232f9a959576.zip
system_core-846c686b6663b15833e1827ff8f0232f9a959576.tar.gz
system_core-846c686b6663b15833e1827ff8f0232f9a959576.tar.bz2
am 493d04d2: am f621d62a: am c4244565: am d1e39491: Add usb vendor id for Teleepoch.
* commit '493d04d2fec59b273a067f5ef9d908dd0b441a08': Add usb vendor id for Teleepoch.
Diffstat (limited to 'adb')
-rw-r--r--adb/usb_vendors.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index d4ddce4..1c09b84 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -129,6 +129,9 @@
#define VENDOR_ID_YULONG_COOLPAD 0x1EBF
// Kobo's USB Vendor ID
#define VENDOR_ID_KOBO 0x2237
+// Teleepoch's USB Vendor ID
+#define VENDOR_ID_TELEEPOCH 0x2340
+
/** built-in vendor list */
int builtInVendorIds[] = {
@@ -179,6 +182,7 @@ int builtInVendorIds[] = {
VENDOR_ID_LAB126,
VENDOR_ID_YULONG_COOLPAD,
VENDOR_ID_KOBO,
+ VENDOR_ID_TELEEPOCH,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))