summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorTakeshi Kishimoto <kishimoto@google.com>2010-07-20 17:08:09 +0800
committerTakeshi Kishimoto <kishimoto@google.com>2010-07-20 17:08:09 +0800
commit29837f94b56c3eeaf39f447507324ecdb207ba96 (patch)
treef3220c70d8c17828a45cb758436daf96f546a4ac /adb
parent891180320f0b08758d053a8562dfcd601ef846b0 (diff)
downloadsystem_core-29837f94b56c3eeaf39f447507324ecdb207ba96.zip
system_core-29837f94b56c3eeaf39f447507324ecdb207ba96.tar.gz
system_core-29837f94b56c3eeaf39f447507324ecdb207ba96.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 9e1600f..7cbd741 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -73,6 +73,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 */
@@ -96,6 +98,7 @@ int builtInVendorIds[] = {
VENDOR_ID_QUALCOMM,
VENDOR_ID_NEC,
VENDOR_ID_PMC,
+ VENDOR_ID_TOSHIBA,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))