diff options
author | Elliott Hughes <enh@google.com> | 2014-11-18 21:15:43 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-18 21:15:44 +0000 |
commit | 0655d38b0c998f294ad52f1f8e84233a48046e97 (patch) | |
tree | da7ebd415677247460a11c35b66f0a6d819ee7e6 /adb | |
parent | 16068830444361ab65cbc9804b76e2d415aff9a2 (diff) | |
parent | 3e01bb85d622ae87956c8be78e8ccb82f20b5fd8 (diff) | |
download | system_core-0655d38b0c998f294ad52f1f8e84233a48046e97.zip system_core-0655d38b0c998f294ad52f1f8e84233a48046e97.tar.gz system_core-0655d38b0c998f294ad52f1f8e84233a48046e97.tar.bz2 |
Merge "Revert "adb: Add USB vendor ID for Honeywell""
Diffstat (limited to 'adb')
-rwxr-xr-x | adb/usb_vendors.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index b037268..3b08907 100755 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c @@ -86,8 +86,6 @@ #define VENDOR_ID_HARRIS 0x19A5 // Hisense's USB Vendor ID #define VENDOR_ID_HISENSE 0x109b -// Honeywell's USB Vendor ID -#define VENDOR_ID_HONEYWELL 0x0c2e // HP's USB Vendor ID #define VENDOR_ID_HP 0x03f0 // HTC's USB Vendor ID @@ -232,7 +230,6 @@ int builtInVendorIds[] = { VENDOR_ID_HAIER, VENDOR_ID_HARRIS, VENDOR_ID_HISENSE, - VENDOR_ID_HONEYWELL, VENDOR_ID_HP, VENDOR_ID_HTC, VENDOR_ID_HUAWEI, |