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

Commit 4f660699 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Mike Lockwood
Browse files

Add Pantech's USB vendor ID to adb.

Change-Id: I5334f46ee52ca1bd8067860701aef7b93296bedb
parent c22b9bf1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -65,6 +65,9 @@
#define VENDOR_ID_ZTE           0x19D2
// Kyocera's USB Vendor ID
#define VENDOR_ID_KYOCERA       0x0482
// Pantech's USB Vendor ID
#define VENDOR_ID_PANTECH       0x10A9


/** built-in vendor list */
int builtInVendorIds[] = {
@@ -83,6 +86,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_SHARP,
    VENDOR_ID_ZTE,
    VENDOR_ID_KYOCERA,
    VENDOR_ID_PANTECH,
};

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