Skip to content

Commit

Permalink
am 01acea1: am 1f72fe9: am 7df080b: am 3ddaa0a: Merge "adb: Add USB v…
Browse files Browse the repository at this point in the history
…endor ID for Lenovo"

* commit '01acea112501f7d140f100591319781e59b90d0e':
  adb: Add USB vendor ID for Lenovo
  • Loading branch information
mikeandroid authored and Android Git Automerger committed Jul 18, 2011
2 parents aa63e19 + 01acea1 commit b32904a
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 b32904a

Please sign in to comment.