diff options
| author | Mike Lockwood <lockwood@android.com> | 2011-07-18 09:18:58 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-07-18 09:18:58 -0700 |
| commit | 01acea112501f7d140f100591319781e59b90d0e (patch) | |
| tree | 7b8258271352e1f7a07fb5ce7e7859894c0e44ce | |
| parent | aa4a66a16dd9b97fb876bb296366442b8745a10b (diff) | |
| parent | 1f72fe991dc2e48c13518015c523f9e3ea048af2 (diff) | |
| download | system_core-01acea112501f7d140f100591319781e59b90d0e.tar.gz system_core-01acea112501f7d140f100591319781e59b90d0e.tar.bz2 system_core-01acea112501f7d140f100591319781e59b90d0e.zip | |
am 1f72fe99: am 7df080b2: am 3ddaa0ad: Merge "adb: Add USB vendor ID for Lenovo"
* commit '1f72fe991dc2e48c13518015c523f9e3ea048af2':
adb: Add USB vendor ID for Lenovo
| -rw-r--r-- | adb/usb_vendors.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index 28ba80db..2effb123 100644 --- a/adb/usb_vendors.c +++ b/adb/usb_vendors.c @@ -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])) |
