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

Commit a1871d2a authored by Mike Lockwood's avatar Mike Lockwood
Browse files

adb: Add USB vendor ID for Foxconn



Change-Id: I88e4051b6e5cd820cab7e3ec417a545f50925a33
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent a48d43a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@
#define VENDOR_ID_ACER          0x0502
// Sony Ericsson's USB Vendor ID
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Foxconn's USB Vendor ID
#define VENDOR_ID_FOXCONN       0x0489


/** built-in vendor list */
int builtInVendorIds[] = {
@@ -62,6 +65,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_HUAWEI,
    VENDOR_ID_ACER,
    VENDOR_ID_SONY_ERICSSON,
    VENDOR_ID_FOXCONN,
};

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