adb: Add support for Philips's USB vendor ID
Change-Id: Iaf2e3f6f111198740703b5c3581d95756f797224 Signed-off-by: Mike Lockwood <lockwood@google.com>
This commit is contained in:
parent
a775965b6c
commit
d02e521d79
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,8 @@
|
|||
#define VENDOR_ID_KT_TECH 0x2116
|
||||
// Asus's USB Vendor ID
|
||||
#define VENDOR_ID_ASUS 0x0b05
|
||||
// Philips's USB Vendor ID
|
||||
#define VENDOR_ID_PHILIPS 0x0471
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
|
@ -108,6 +110,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_SK_TELESYS,
|
||||
VENDOR_ID_KT_TECH,
|
||||
VENDOR_ID_ASUS,
|
||||
VENDOR_ID_PHILIPS,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue