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

This commit is contained in:
Elliott Hughes 2014-11-21 17:44:05 +00:00 committed by Gerrit Code Review
commit 01d49e854f
1 changed files with 3 additions and 0 deletions

View File

@ -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,