Added NEC and PMC's USB VIDs upon their request.
Change-Id: I332ee1e68ff960d41a365aeb96d012253056edd2
This commit is contained in:
parent
899913f816
commit
81fbbc2d0b
1 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
|||
#define VENDOR_ID_QUALCOMM 0x05c6
|
||||
// On-The-Go-Video's USB Vendor ID
|
||||
#define VENDOR_ID_OTGV 0x2257
|
||||
// NEC's USB Vendor ID
|
||||
#define VENDOR_ID_NEC 0x0409
|
||||
// Panasonic Mobile Communication's USB Vendor ID
|
||||
#define VENDOR_ID_PMC 0x04DA
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -93,6 +97,8 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_PANTECH,
|
||||
VENDOR_ID_QUALCOMM,
|
||||
VENDOR_ID_OTGV,
|
||||
VENDOR_ID_NEC,
|
||||
VENDOR_ID_PMC,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in a new issue