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

Commit 879263ce authored by Dima Zavin's avatar Dima Zavin Committed by Android Git Automerger
Browse files

am 7f2ad58a: adb: Add Qualcomm USB id

parents f7cc9c2a 7f2ad58a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -67,6 +67,8 @@
#define VENDOR_ID_KYOCERA       0x0482
// Pantech's USB Vendor ID
#define VENDOR_ID_PANTECH       0x10A9
// Qualcomm's USB Vendor ID
#define VENDOR_ID_QUALCOMM      0x05c6


/** built-in vendor list */
@@ -87,6 +89,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_ZTE,
    VENDOR_ID_KYOCERA,
    VENDOR_ID_PANTECH,
    VENDOR_ID_QUALCOMM,
};

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