* commit '09f240e0b06326531e64e9826859a774cd456ad7': Add USB Vendor ID for ECS
This commit is contained in:
commit
b815810f47
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,8 @@
|
|||
#define VENDOR_ID_NOOK 0x2080
|
||||
// Qisda's USB Vendor ID
|
||||
#define VENDOR_ID_QISDA 0x1D45
|
||||
// ECS's USB Vendor ID
|
||||
#define VENDOR_ID_ECS 0x03fc
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -216,6 +218,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_MTK,
|
||||
VENDOR_ID_NOOK,
|
||||
VENDOR_ID_QISDA,
|
||||
VENDOR_ID_ECS,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in a new issue