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

Commit 01d49e85 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "adb: Add USB vendor ID for Ubiquiti Networks, Inc."

parents 84babf39 868cf425
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -186,6 +186,8 @@
#define VENDOR_ID_TOSHIBA       0x0930
// TrekStor's USB Vendor ID
#define VENDOR_ID_TREKSTOR      0x1E68
// Ubiquiti Networks's USB Vendor ID
#define VENDOR_ID_UBNT          0x1f9b
// Unowhy's USB Vendor ID
#define VENDOR_ID_UNOWHY        0x2A49
// Vizio's USB Vendor ID
@@ -280,6 +282,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_TI,
    VENDOR_ID_TOSHIBA,
    VENDOR_ID_TREKSTOR,
    VENDOR_ID_UBNT,
    VENDOR_ID_UNOWHY,
    VENDOR_ID_VIZIO,
    VENDOR_ID_WACOM,