Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1015de9 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Code Review
Browse files

Merge "adb: Add USB vendor ID for Vizio"

parents 212282c3 fb34e98b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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]))