HP USB ID
Adds HP's USB id to the know USB Devices Change-Id: I975126f3ae5e53f25e18dea7cc43c29076bfc965 Signed-off-by: Jon Sawyer <jon@cunninglogic.com>
This commit is contained in:
parent
bc836220f3
commit
5ff167ca11
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
|||
#define VENDOR_ID_HARRIS 0x19A5
|
||||
// Hisense's USB Vendor ID
|
||||
#define VENDOR_ID_HISENSE 0x109b
|
||||
// HP's USB Vendor ID
|
||||
#define VENDOR_ID_HP 0x03f0
|
||||
// HTC's USB Vendor ID
|
||||
#define VENDOR_ID_HTC 0x0bb4
|
||||
// Huawei's USB Vendor ID
|
||||
|
@ -200,6 +202,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_HAIER,
|
||||
VENDOR_ID_HARRIS,
|
||||
VENDOR_ID_HISENSE,
|
||||
VENDOR_ID_HP,
|
||||
VENDOR_ID_HTC,
|
||||
VENDOR_ID_HUAWEI,
|
||||
VENDOR_ID_INQ_MOBILE,
|
||||
|
|
Loading…
Reference in a new issue