am 5e504a4e: Merge "adb: Add USB vendor ID for Honeywell"
* commit '5e504a4e64824e3e7132b2e4b3f68c02f417466e': adb: Add USB vendor ID for Honeywell
This commit is contained in:
commit
f02fd9f0b0
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,8 @@
|
||||||
#define VENDOR_ID_HARRIS 0x19A5
|
#define VENDOR_ID_HARRIS 0x19A5
|
||||||
// Hisense's USB Vendor ID
|
// Hisense's USB Vendor ID
|
||||||
#define VENDOR_ID_HISENSE 0x109b
|
#define VENDOR_ID_HISENSE 0x109b
|
||||||
|
// Honeywell's USB Vendor ID
|
||||||
|
#define VENDOR_ID_HONEYWELL 0x0c2e
|
||||||
// HP's USB Vendor ID
|
// HP's USB Vendor ID
|
||||||
#define VENDOR_ID_HP 0x03f0
|
#define VENDOR_ID_HP 0x03f0
|
||||||
// HTC's USB Vendor ID
|
// HTC's USB Vendor ID
|
||||||
|
|
@ -217,6 +219,7 @@ int builtInVendorIds[] = {
|
||||||
VENDOR_ID_HAIER,
|
VENDOR_ID_HAIER,
|
||||||
VENDOR_ID_HARRIS,
|
VENDOR_ID_HARRIS,
|
||||||
VENDOR_ID_HISENSE,
|
VENDOR_ID_HISENSE,
|
||||||
|
VENDOR_ID_HONEYWELL,
|
||||||
VENDOR_ID_HP,
|
VENDOR_ID_HP,
|
||||||
VENDOR_ID_HTC,
|
VENDOR_ID_HTC,
|
||||||
VENDOR_ID_HUAWEI,
|
VENDOR_ID_HUAWEI,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue