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

Commit 92eb5838 authored by sunxiaoqi's avatar sunxiaoqi Committed by Benoit Goby
Browse files

Add BYD's USB Vendor ID

Change-Id: I0694ed72d70638f0a4a252b1c802ae8f4e33385e
parent d3b69404
Loading
Loading
Loading
Loading

adb/usb_vendors.c

100644 → 100755
+3 −0
Original line number Diff line number Diff line
@@ -139,6 +139,8 @@
#define VENDOR_ID_OPPO          0x22D9
// Xiaomi's USB Vendor ID
#define VENDOR_ID_XIAOMI        0x2717
// BYD's USB Vendor ID
#define VENDOR_ID_BYD           0x19D1


/** built-in vendor list */
@@ -195,6 +197,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_HARRIS,
    VENDOR_ID_OPPO,
    VENDOR_ID_XIAOMI,
    VENDOR_ID_BYD,
};

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