am 30d916c3: Add Funai\'s USB vendor ID to adb.
* commit '30d916c360d4d49658b9b305b17568b37fcb1029': Add Funai's USB vendor ID to adb.
This commit is contained in:
commit
830fc9afbe
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