am 2124afee: Added NEC and PMC\'s USB VIDs upon their request.
Merge commit '2124afeee1f19423e71c52ede6f4926f5389e917' into gingerbread-plus-aosp * commit '2124afeee1f19423e71c52ede6f4926f5389e917': Added NEC and PMC's USB VIDs upon their request.
This commit is contained in:
commit
f1792b3d12
1 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,10 @@
|
|||
#define VENDOR_ID_PANTECH 0x10A9
|
||||
// Qualcomm's USB Vendor ID
|
||||
#define VENDOR_ID_QUALCOMM 0x05c6
|
||||
// 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 */
|
||||
|
|
@ -90,6 +94,8 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_KYOCERA,
|
||||
VENDOR_ID_PANTECH,
|
||||
VENDOR_ID_QUALCOMM,
|
||||
VENDOR_ID_NEC,
|
||||
VENDOR_ID_PMC,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue