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

Commit f71f068f authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Add DELL's USB Vendor ID to adb - DO NOT MERGE

Change-Id: Ie1a6b6a81f50956362aee2a2d6d1b805f0e85b7a
parent 904ac578
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@
#define VENDOR_ID_ACER          0x0502
// Sony Ericsson's USB Vendor ID
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Dell's USB Vendor ID
#define VENDOR_ID_DELL          0x413c

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

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