merge from open-source master

Change-Id: Ia99df155e4abf0585ed46943b75a2a1569d0534f
This commit is contained in:
The Android Open Source Project 2010-06-15 11:31:57 -07:00
commit 2ef569417d
1 changed files with 3 additions and 0 deletions

View File

@ -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]))