Skip to content

Commit

Permalink
adb: Add USB vendor ID for Lenovo
Browse files Browse the repository at this point in the history
Change-Id: I1c2423f567272493067fae04e64fdcb651b0af62
Signed-off-by: Mike Lockwood <lockwood@android.com>
  • Loading branch information
mikeandroid committed Jul 14, 2011
1 parent 4c6b494 commit 7c17d09
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 @@ -97,6 +97,8 @@
#define VENDOR_ID_COMPAL 0x1219
// T & A Mobile Phones' USB Vendor ID
#define VENDOR_ID_T_AND_A 0x1BBB
// Lenovo's USB Vendor ID
#define VENDOR_ID_LENOVO 0x2006


/** built-in vendor list */
Expand Down Expand Up @@ -132,6 +134,7 @@ int builtInVendorIds[] = {
VENDOR_ID_IRIVER,
VENDOR_ID_COMPAL,
VENDOR_ID_T_AND_A,
VENDOR_ID_LENOVO,
};

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

0 comments on commit 7c17d09

Please sign in to comment.