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

Commit d3b69404 authored by Gary Hua's avatar Gary Hua Committed by Benoit Goby
Browse files

Add USB Vendor ID for Xiaomi



Change-Id: I9f0622e05334a5074604bd88093172654b4c3e7d
Signed-off-by: default avatarGary Hua <huachengping@xiaomi.com>
parent df6d7666
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -137,6 +137,8 @@
#define VENDOR_ID_HARRIS        0x19A5
// OPPO's USB Vendor ID
#define VENDOR_ID_OPPO          0x22D9
// Xiaomi's USB Vendor ID
#define VENDOR_ID_XIAOMI        0x2717


/** built-in vendor list */
@@ -192,6 +194,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_ANYDATA,
    VENDOR_ID_HARRIS,
    VENDOR_ID_OPPO,
    VENDOR_ID_XIAOMI,
};

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