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

Commit dd52e8c5 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Add Positivo's vendor ID to adb.

Change-Id: Ida6fc323d766249f4f12708bae1c50ae5d937b2c
parent 243123fb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -109,6 +109,8 @@
#define VENDOR_ID_PEGATRON      0x1D4D
// Archos's USB Vendor ID
#define VENDOR_ID_ARCHOS        0x0E79
// Positivo's USB Vendor ID
#define VENDOR_ID_POSITIVO      0x1662


/** built-in vendor list */
@@ -150,6 +152,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_K_TOUCH,
    VENDOR_ID_PEGATRON,
    VENDOR_ID_ARCHOS,
    VENDOR_ID_POSITIVO,
};

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