Skip to content

Commit

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

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

Please sign in to comment.