diff options
author | JP Abgrall <jpa@google.com> | 2014-10-20 18:11:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-10-20 18:11:10 +0000 |
commit | 951c48c504b28cd1646560a73d670493722f68f0 (patch) | |
tree | 345c0be857516da011f364c8a1c6310cc4ec1adb | |
parent | 3a3871769130428bc1b8f3de03be7231750e1b82 (diff) | |
parent | 4fa99e542f00be3e1dab52e803facd840486c074 (diff) | |
download | system_core-951c48c504b28cd1646560a73d670493722f68f0.zip system_core-951c48c504b28cd1646560a73d670493722f68f0.tar.gz system_core-951c48c504b28cd1646560a73d670493722f68f0.tar.bz2 |
Merge "adb: Add USB vendor ID for TrekStor GmbH"
-rwxr-xr-x | adb/usb_vendors.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index 1b8310f..eba1d20 100755 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c @@ -184,6 +184,8 @@ #define VENDOR_ID_TI 0x0451 // Toshiba's USB Vendor ID #define VENDOR_ID_TOSHIBA 0x0930 +// TrekStor's USB Vendor ID +#define VENDOR_ID_TREKSTOR 0x1E68 // Unowhy's USB Vendor ID #define VENDOR_ID_UNOWHY 0x2A49 // Vizio's USB Vendor ID @@ -277,6 +279,7 @@ int builtInVendorIds[] = { VENDOR_ID_TELEEPOCH, VENDOR_ID_TI, VENDOR_ID_TOSHIBA, + VENDOR_ID_TREKSTOR, VENDOR_ID_UNOWHY, VENDOR_ID_VIZIO, VENDOR_ID_WACOM, |