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

Commit 307d96a6 authored by astonehuang's avatar astonehuang
Browse files

Add USB Vendor ID for MSI

Change-Id: I4f4bfb6ef08058bf749917119a2b08952e7bc337
parent 5d855432
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -155,6 +155,8 @@
#define VENDOR_ID_QISDA         0x1D45
// ECS's USB Vendor ID
#define VENDOR_ID_ECS           0x03fc
// MSI's USB Vendor ID
#define VENDOR_ID_MSI           0x1462


/** built-in vendor list */
@@ -219,6 +221,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_NOOK,
    VENDOR_ID_QISDA,
    VENDOR_ID_ECS,
    VENDOR_ID_MSI,
};

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