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