Add support for Acer devices
Change-Id: I7045249f86e2b628c31c888e95eb5ba6f6c47251
This commit is contained in:
parent
89f9a84af0
commit
1fbf27bf22
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,8 @@
|
|||
#define VENDOR_ID_LGE 0x1004
|
||||
// Huawei's USB Vendor ID
|
||||
#define VENDOR_ID_HUAWEI 0x12D1
|
||||
// Acer's USB Vendor ID
|
||||
#define VENDOR_ID_ACER 0x0502
|
||||
|
||||
/** built-in vendor list */
|
||||
int builtInVendorIds[] = {
|
||||
|
|
@ -56,6 +58,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_MOTOROLA,
|
||||
VENDOR_ID_LGE,
|
||||
VENDOR_ID_HUAWEI,
|
||||
VENDOR_ID_ACER,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue