Add DELL's USB Vendor ID to adb - DO NOT MERGE

Change-Id: Ie1a6b6a81f50956362aee2a2d6d1b805f0e85b7a
This commit is contained in:
Xavier Ducrohet 2010-01-21 17:24:36 -08:00
parent 904ac578d5
commit f71f068fb9
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,8 @@
#define VENDOR_ID_ACER 0x0502
// Sony Ericsson's USB Vendor ID
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Dell's USB Vendor ID
#define VENDOR_ID_DELL 0x413c
/** built-in vendor list */
int builtInVendorIds[] = {
@ -62,6 +64,7 @@ int builtInVendorIds[] = {
VENDOR_ID_HUAWEI,
VENDOR_ID_ACER,
VENDOR_ID_SONY_ERICSSON,
VENDOR_ID_DELL,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))