Skip to content

Commit

Permalink
adb: Add USB vendor IDs for K-Touch, Pegatron and Archos
Browse files Browse the repository at this point in the history
Change-Id: Idbc212abfb7d4d0a53e6b8ecd55134b81f4e960d
Bug: 5182028
Bug: 5157478

Signed-off-by: Mike Lockwood <lockwood@android.com>
  • Loading branch information
mikeandroid committed Sep 13, 2011
1 parent 8e3ff70 commit aa61854
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions adb/usb_vendors.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
#define VENDOR_ID_LENOVO 0x17EF
// Vizio's USB Vendor ID
#define VENDOR_ID_VIZIO 0xE040
// K-Touch's USB Vendor ID
#define VENDOR_ID_K_TOUCH 0x24E3
// Pegatron's USB Vendor ID
#define VENDOR_ID_PEGATRON 0x1D4D
// Archos's USB Vendor ID
#define VENDOR_ID_ARCHOS 0x0E79


/** built-in vendor list */
Expand Down Expand Up @@ -141,6 +147,9 @@ int builtInVendorIds[] = {
VENDOR_ID_LENOVOMOBILE,
VENDOR_ID_LENOVO,
VENDOR_ID_VIZIO,
VENDOR_ID_K_TOUCH,
VENDOR_ID_PEGATRON,
VENDOR_ID_ARCHOS,
};

#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
Expand Down

0 comments on commit aa61854

Please sign in to comment.