Merge "adb: Add USB vendor ID for Ubiquiti Networks, Inc."
This commit is contained in:
commit
01d49e854f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue