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

Commit 246808be authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Add USB Vendor ID for Yulong Coolpad.

Bug: 6217375

Change-Id: I8931c42e8d3088cc4df8c6e56b323a7392cad5ef
parent bee7ce20
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -123,6 +123,8 @@
#define VENDOR_ID_INQ_MOBILE    0x2314
// Sony's USB Vendor ID
#define VENDOR_ID_SONY          0x054C
// Yulong Coolpad's USB Vendor ID
#define VENDOR_ID_YULONG_COOLPAD 0x1EBF

/** built-in vendor list */
int builtInVendorIds[] = {
@@ -170,6 +172,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_QUANTA,
    VENDOR_ID_INQ_MOBILE,
    VENDOR_ID_SONY,
    VENDOR_ID_YULONG_COOLPAD,
};

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