merge from open-source master
Change-Id: Ia99df155e4abf0585ed46943b75a2a1569d0534f
This commit is contained in:
commit
2ef569417d
|
@ -69,6 +69,8 @@
|
|||
#define VENDOR_ID_PANTECH 0x10A9
|
||||
// Qualcomm's USB Vendor ID
|
||||
#define VENDOR_ID_QUALCOMM 0x05c6
|
||||
// On-The-Go-Video's USB Vendor ID
|
||||
#define VENDOR_ID_OTGV 0x2257
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -90,6 +92,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_KYOCERA,
|
||||
VENDOR_ID_PANTECH,
|
||||
VENDOR_ID_QUALCOMM,
|
||||
VENDOR_ID_OTGV,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue