summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorTakeshi Kishimoto <kishimoto@google.com>2010-07-20 17:08:09 +0800
committerJean-Baptiste Queru <jbq@google.com>2010-07-21 10:21:05 -0700
commit91c3853911ab23728728728276a21dc6fe5fd622 (patch)
tree64e9043d9d17fbb3065f87b7da3dc3e7370a80e9 /adb
parent81fbbc2d0b3db4eb9565fd8367db00a6dc1c9c66 (diff)
downloadsystem_core-91c3853911ab23728728728276a21dc6fe5fd622.zip
system_core-91c3853911ab23728728728276a21dc6fe5fd622.tar.gz
system_core-91c3853911ab23728728728276a21dc6fe5fd622.tar.bz2
Added Toshiba's USB VID (0x0930) upon their request.
Change-Id: I9f7fca6b98b0664ef9af4f7b86f0f5863e91e4c1
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 993206f..efeb2a0 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -75,6 +75,8 @@
#define VENDOR_ID_NEC 0x0409
// Panasonic Mobile Communication's USB Vendor ID
#define VENDOR_ID_PMC 0x04DA
+// Toshiba's USB Vendor ID
+#define VENDOR_ID_TOSHIBA 0x0930
/** built-in vendor list */
@@ -99,6 +101,7 @@ int builtInVendorIds[] = {
VENDOR_ID_OTGV,
VENDOR_ID_NEC,
VENDOR_ID_PMC,
+ VENDOR_ID_TOSHIBA,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))