am d1015de9: Merge "adb: Add USB vendor ID for Vizio"
* commit 'd1015de919308ec0a99643f5b2837774d7a3dc62': adb: Add USB vendor ID for Vizio
This commit is contained in:
commit
7d39463eff
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