* commit '44c336bfe9bbd400461b9b28a449a67145eaeeb8': Add Funai's USB vendor ID to adb.
This commit is contained in:
commit
aff5d7870e
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,8 @@
|
|||
#define VENDOR_ID_PHILIPS 0x0471
|
||||
// Texas Instruments's USB Vendor ID
|
||||
#define VENDOR_ID_TI 0x0451
|
||||
// Funai's USB Vendor ID
|
||||
#define VENDOR_ID_FUNAI 0x0F1C
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -117,6 +119,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_ASUS,
|
||||
VENDOR_ID_PHILIPS,
|
||||
VENDOR_ID_TI,
|
||||
VENDOR_ID_FUNAI,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in a new issue