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

Commit 37d1efbe authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

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

automerge: aa98c835

* commit 'aa98c835':
  adb: Add USB vendor ID for Ubiquiti Networks, Inc.
parents 5020e48e aa98c835
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -189,6 +189,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
@@ -283,6 +285,7 @@ int builtInVendorIds[] = {
    VENDOR_ID_TI,
    VENDOR_ID_TOSHIBA,
    VENDOR_ID_TREKSTOR,
    VENDOR_ID_UBNT,
    VENDOR_ID_UNOWHY,
    VENDOR_ID_VIZIO,
    VENDOR_ID_WACOM,