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

Commit 001fe87e authored by esther's avatar esther Committed by Elliott Hughes
Browse files

Add Qisda usb config



add Qisda usb config
Signed-off-by: default avataresther <esther530@gmail.com>

Change-Id: I5b8a0e5bd2218ecdf417de357c9a7d9307c91932

Conflicts:
	adb/usb_vendors.c
parent 95a41f6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -151,6 +151,8 @@
#define VENDOR_ID_MTK           0x0e8d
// B&N Nook's USB Vendor ID
#define VENDOR_ID_NOOK          0x2080
// Qisda's USB Vendor ID
#define VENDOR_ID_QISDA         0x1D45


/** built-in vendor list */
@@ -213,6 +215,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_HISENSE,
    VENDOR_ID_MTK,
    VENDOR_ID_NOOK,
    VENDOR_ID_QISDA,
};

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