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

Commit 402c2b98 authored by DanielMo's avatar DanielMo Committed by Colin Cross
Browse files

adb: Add USB vendor ID for TechFaith

Change-Id: Ied42e4d011b736ee990ed75e7d81bc6a16db47f9
parent d0057c00
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -154,6 +154,8 @@
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// T & A Mobile Phones' USB Vendor ID
#define VENDOR_ID_T_AND_A       0x1BBB
// TechFaith's USB Vendor ID
#define VENDOR_ID_TECHFAITH     0x1d09
// Teleepoch's USB Vendor ID
#define VENDOR_ID_TELEEPOCH     0x2340
// Texas Instruments's USB Vendor ID
@@ -234,6 +236,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_SONY,
    VENDOR_ID_SONY_ERICSSON,
    VENDOR_ID_T_AND_A,
    VENDOR_ID_TECHFAITH,
    VENDOR_ID_TELEEPOCH,
    VENDOR_ID_TI,
    VENDOR_ID_TOSHIBA,