am 4779e934: Add Intel\'s vendor ID to adb

* commit '4779e9344bb62208e4772ff6486b6df564f434b8':
  Add Intel's vendor ID to adb
This commit is contained in:
Andrew Hsieh 2012-01-19 09:55:28 -08:00 committed by Android Git Automerger
commit 80d50a4c99
1 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,8 @@
#define VENDOR_ID_FUJITSU 0x04C5
// Lumigon's USB Vendor ID
#define VENDOR_ID_LUMIGON 0x25E3
//Intel's USB Vendor ID
#define VENDOR_ID_INTEL 0x8087
/** built-in vendor list */
int builtInVendorIds[] = {
@ -159,6 +160,7 @@ int builtInVendorIds[] = {
VENDOR_ID_POSITIVO,
VENDOR_ID_FUJITSU,
VENDOR_ID_LUMIGON,
VENDOR_ID_INTEL,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))