Merge "Add Qisda usb config"
This commit is contained in:
commit
d92e35eb7b
1 changed files with 3 additions and 0 deletions
|
|
@ -151,6 +151,8 @@
|
||||||
#define VENDOR_ID_MTK 0x0e8d
|
#define VENDOR_ID_MTK 0x0e8d
|
||||||
// B&N Nook's USB Vendor ID
|
// B&N Nook's USB Vendor ID
|
||||||
#define VENDOR_ID_NOOK 0x2080
|
#define VENDOR_ID_NOOK 0x2080
|
||||||
|
// Qisda's USB Vendor ID
|
||||||
|
#define VENDOR_ID_QISDA 0x1D45
|
||||||
|
|
||||||
|
|
||||||
/** built-in vendor list */
|
/** built-in vendor list */
|
||||||
|
|
@ -213,6 +215,7 @@ int builtInVendorIds[] = {
|
||||||
VENDOR_ID_HISENSE,
|
VENDOR_ID_HISENSE,
|
||||||
VENDOR_ID_MTK,
|
VENDOR_ID_MTK,
|
||||||
VENDOR_ID_NOOK,
|
VENDOR_ID_NOOK,
|
||||||
|
VENDOR_ID_QISDA,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue