Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7df080b2 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 3ddaa0ad: Merge "adb: Add USB vendor ID for Lenovo"

* commit '3ddaa0ad':
  adb: Add USB vendor ID for Lenovo
parents af6e3266 3ddaa0ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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]))