* commit '7d39463eff2a9002208f34f1d2ce4d62546f6c3a': adb: Add USB vendor ID for Vizio
This commit is contained in:
commit
b1cfa67201
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,8 @@
|
|||
#define VENDOR_ID_T_AND_A 0x1BBB
|
||||
// Lenovo's USB Vendor ID
|
||||
#define VENDOR_ID_LENOVO 0x2006
|
||||
// Vizio's USB Vendor ID
|
||||
#define VENDOR_ID_VIZIO 0xE040
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
|
@ -135,6 +137,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_COMPAL,
|
||||
VENDOR_ID_T_AND_A,
|
||||
VENDOR_ID_LENOVO,
|
||||
VENDOR_ID_VIZIO,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue