From 3e01bb85d622ae87956c8be78e8ccb82f20b5fd8 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 18 Nov 2014 21:15:28 +0000 Subject: Revert "adb: Add USB vendor ID for Honeywell" This reverts commit 8c4c8e8988411449ecb2f50c25d3e4188e81e7c0. Change-Id: Ia1cad862f42e5bea3174ed2cc0eea5232fc0a858 --- adb/usb_vendors.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'adb') diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index e7d8268..705f02b 100755 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c @@ -84,8 +84,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 @@ -219,7 +217,6 @@ int builtInVendorIds[] = { VENDOR_ID_HAIER, VENDOR_ID_HARRIS, VENDOR_ID_HISENSE, - VENDOR_ID_HONEYWELL, VENDOR_ID_HP, VENDOR_ID_HTC, VENDOR_ID_HUAWEI, -- cgit v1.1