Skip to content

Commit

Permalink
adb: Add USB vendor ID for Vizio
Browse files Browse the repository at this point in the history
Change-Id: I280ff83d7f1fda1ed811bd42cb6fd65036525559
Signed-off-by: Mike Lockwood <lockwood@android.com>
  • Loading branch information
mikeandroid committed Jul 29, 2011
1 parent 212282c commit fb34e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adb/usb_vendors.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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]))
Expand Down

0 comments on commit fb34e98

Please sign in to comment.