adb: Add USB vendor ID for Lenovo
Change-Id: I1c2423f567272493067fae04e64fdcb651b0af62 Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
parent
4c6b494a10
commit
7c17d0932c
1 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
@ -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]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue