Emerson USB ID
Adds Emerson's USB id to the known USB Devices. Change-Id: If6115c2551c1f30a5c190690f2aeaaf2adff7ee1 Signed-off-by: Jon Sawyer <jon@cunninglogic.com>
This commit is contained in:
parent
bc836220f3
commit
6e39bace17
|
@ -58,6 +58,8 @@
|
|||
#define VENDOR_ID_ECS 0x03fc
|
||||
// EMERGING_TECH's USB Vendor ID
|
||||
#define VENDOR_ID_EMERGING_TECH 0x297F
|
||||
// Emerson's USB Vendor ID
|
||||
#define VENDOR_ID_EMERSON 0x2207
|
||||
// Foxconn's USB Vendor ID
|
||||
#define VENDOR_ID_FOXCONN 0x0489
|
||||
// Fujitsu's USB Vendor ID
|
||||
|
@ -190,6 +192,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_DELL,
|
||||
VENDOR_ID_ECS,
|
||||
VENDOR_ID_EMERGING_TECH,
|
||||
VENDOR_ID_EMERSON,
|
||||
VENDOR_ID_FOXCONN,
|
||||
VENDOR_ID_FUJITSU,
|
||||
VENDOR_ID_FUNAI,
|
||||
|
|
Loading…
Reference in New Issue