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

Commit 56266c75 authored by Wing Tseng's avatar Wing Tseng Committed by Elliott Hughes
Browse files

adb: Add USB vendor ID for Unowhy



Change-Id: I8bab07734d5b6acb4d8ceaf45b0bab0723f5fe03
Signed-off-by: default avatarWing Tseng <Wing_Tseng@pegatroncorp.com>
parent 6e7343b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -172,6 +172,8 @@
#define VENDOR_ID_TI            0x0451
// Toshiba's USB Vendor ID
#define VENDOR_ID_TOSHIBA       0x0930
// Unowhy's USB Vendor ID
#define VENDOR_ID_UNOWHY        0x2A49
// Vizio's USB Vendor ID
#define VENDOR_ID_VIZIO         0xE040
// Wacom's USB Vendor ID
@@ -257,6 +259,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_TELEEPOCH,
    VENDOR_ID_TI,
    VENDOR_ID_TOSHIBA,
    VENDOR_ID_UNOWHY,
    VENDOR_ID_VIZIO,
    VENDOR_ID_WACOM,
    VENDOR_ID_XIAOMI,