Add Funai's USB vendor ID to adb.
Change-Id: Idc2974d4437ab1c79cfea5aade98b599a877aad3
This commit is contained in:
parent
91a9b45215
commit
30d916c360
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,8 @@
|
||||||
#define VENDOR_ID_PHILIPS 0x0471
|
#define VENDOR_ID_PHILIPS 0x0471
|
||||||
// Texas Instruments's USB Vendor ID
|
// Texas Instruments's USB Vendor ID
|
||||||
#define VENDOR_ID_TI 0x0451
|
#define VENDOR_ID_TI 0x0451
|
||||||
|
// Funai's USB Vendor ID
|
||||||
|
#define VENDOR_ID_FUNAI 0x0F1C
|
||||||
|
|
||||||
|
|
||||||
/** built-in vendor list */
|
/** built-in vendor list */
|
||||||
|
|
@ -117,6 +119,7 @@ int builtInVendorIds[] = {
|
||||||
VENDOR_ID_ASUS,
|
VENDOR_ID_ASUS,
|
||||||
VENDOR_ID_PHILIPS,
|
VENDOR_ID_PHILIPS,
|
||||||
VENDOR_ID_TI,
|
VENDOR_ID_TI,
|
||||||
|
VENDOR_ID_FUNAI,
|
||||||
};
|
};
|
||||||
|
|
||||||
#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