am 1742b7d2
: Merge "Modify VID for Compal"
* commit '1742b7d218706c596e6b40c89a6660f30bdba022': Modify VID for Compal
This commit is contained in:
commit
28c305183a
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,9 @@
|
|||
// BYD's USB Vendor ID
|
||||
#define VENDOR_ID_BYD 0x1D91
|
||||
// Compal's USB Vendor ID
|
||||
#define VENDOR_ID_COMPAL 0x1219
|
||||
#define VENDOR_ID_COMPAL 0x04B7
|
||||
// Compalcomm's USB Vendor ID
|
||||
#define VENDOR_ID_COMPALCOMM 0x1219
|
||||
// Dell's USB Vendor ID
|
||||
#define VENDOR_ID_DELL 0x413c
|
||||
// ECS's USB Vendor ID
|
||||
|
@ -195,6 +197,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_ASUS,
|
||||
VENDOR_ID_BYD,
|
||||
VENDOR_ID_COMPAL,
|
||||
VENDOR_ID_COMPALCOMM,
|
||||
VENDOR_ID_DELL,
|
||||
VENDOR_ID_ECS,
|
||||
VENDOR_ID_EMERGING_TECH,
|
||||
|
|
Loading…
Reference in a new issue