adb: Add Dell's USB vendor ID.

Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood 2010-01-19 11:46:08 -05:00
parent a1871d2a72
commit cc7a5dc770
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,8 @@
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Foxconn's USB Vendor ID
#define VENDOR_ID_FOXCONN 0x0489
// Dell's USB Vendor ID
#define VENDOR_ID_DELL 0x413c
/** built-in vendor list */
@ -66,6 +68,7 @@ int builtInVendorIds[] = {
VENDOR_ID_ACER,
VENDOR_ID_SONY_ERICSSON,
VENDOR_ID_FOXCONN,
VENDOR_ID_DELL,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))