summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-27 21:29:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-27 21:29:15 +0000
commit769db021e6b61d10c13a7b17a72750f18ebdee16 (patch)
treee161280631ce56cd06d30b53e49883166358347c
parentc3358875169b920847a72428f4e8b8f09f7bdf05 (diff)
parentb24085d55b082d802eba699243dba26fbc6ac712 (diff)
downloadsystem_core-769db021e6b61d10c13a7b17a72750f18ebdee16.zip
system_core-769db021e6b61d10c13a7b17a72750f18ebdee16.tar.gz
system_core-769db021e6b61d10c13a7b17a72750f18ebdee16.tar.bz2
am b24085d5: Merge "adb: Add USB vendor ID for Unowhy"
* commit 'b24085d55b082d802eba699243dba26fbc6ac712': adb: Add USB vendor ID for Unowhy
-rwxr-xr-xadb/usb_vendors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index 0357ced..c7e0ad5 100755
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -172,6 +172,8 @@
#define VENDOR_ID_TI 0x0451
// Toshiba's USB Vendor ID
#define VENDOR_ID_TOSHIBA 0x0930
+// Unowhy's USB Vendor ID
+#define VENDOR_ID_UNOWHY 0x2A49
// Vizio's USB Vendor ID
#define VENDOR_ID_VIZIO 0xE040
// Wacom's USB Vendor ID
@@ -257,6 +259,7 @@ int builtInVendorIds[] = {
VENDOR_ID_TELEEPOCH,
VENDOR_ID_TI,
VENDOR_ID_TOSHIBA,
+ VENDOR_ID_UNOWHY,
VENDOR_ID_VIZIO,
VENDOR_ID_WACOM,
VENDOR_ID_XIAOMI,