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

Commit 01acea11 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 1f72fe99: am 7df080b2: am 3ddaa0ad: Merge "adb: Add USB vendor ID for Lenovo"

* commit '1f72fe99':
  adb: Add USB vendor ID for Lenovo
parents aa4a66a1 1f72fe99
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]))