Add Asus USB vendor ID to adb.
Bug: 3099385 Change-Id: Ic068fbf58abd23f4bddfe13ae33854a8b4053cf8
This commit is contained in:
parent
8e0e372a38
commit
89aff1d226
|
@ -79,6 +79,8 @@
|
|||
#define VENDOR_ID_SK_TELESYS 0x1F53
|
||||
// KT Tech's USB Vendor ID
|
||||
#define VENDOR_ID_KT_TECH 0x2116
|
||||
// Asus's USB Vendor ID
|
||||
#define VENDOR_ID_ASUS 0x0b05
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -105,6 +107,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_TOSHIBA,
|
||||
VENDOR_ID_SK_TELESYS,
|
||||
VENDOR_ID_KT_TECH,
|
||||
VENDOR_ID_ASUS,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue