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

Commit 89f9a84a authored by Mike Lockwood's avatar Mike Lockwood
Browse files

adb: Add USB Vendor IDs for LG and Huawei



Change-Id: Ib47e3e39609bac9cf34f2b9334aa95184b3db71d
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 4a0da39d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@
#define VENDOR_ID_SAMSUNG       0x04e8
// Motorola's USB Vendor ID
#define VENDOR_ID_MOTOROLA      0x22b8
// LG's USB Vendor ID
#define VENDOR_ID_LGE           0x1004
// Huawei's USB Vendor ID
#define VENDOR_ID_HUAWEI        0x12D1

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -50,6 +54,8 @@ int builtInVendorIds[] = {
    VENDOR_ID_HTC,
    VENDOR_ID_SAMSUNG,
    VENDOR_ID_MOTOROLA,
    VENDOR_ID_LGE,
    VENDOR_ID_HUAWEI,
};

#define BUILT_IN_VENDOR_COUNT    (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))