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

Commit cae8b9df authored by ecsgms's avatar ecsgms
Browse files

Add USB Vendor ID for ECS

Change-Id: Ib2fa70204d37f53dc642091eb927d865ddc585b5
parent 5954ecb8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -153,6 +153,8 @@
#define VENDOR_ID_NOOK          0x2080
// Qisda's USB Vendor ID
#define VENDOR_ID_QISDA         0x1D45
// ECS's USB Vendor ID
#define VENDOR_ID_ECS           0x03fc


/** built-in vendor list */
@@ -216,6 +218,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_MTK,
    VENDOR_ID_NOOK,
    VENDOR_ID_QISDA,
    VENDOR_ID_ECS,
};

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