Skip to content
Snippets Groups Projects
Commit f71f068f authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

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

Change-Id: Ie1a6b6a81f50956362aee2a2d6d1b805f0e85b7a
parent 904ac578
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
#define VENDOR_ID_ACER 0x0502 #define VENDOR_ID_ACER 0x0502
// Sony Ericsson's USB Vendor ID // Sony Ericsson's USB Vendor ID
#define VENDOR_ID_SONY_ERICSSON 0x0FCE #define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Dell's USB Vendor ID
#define VENDOR_ID_DELL 0x413c
/** built-in vendor list */ /** built-in vendor list */
int builtInVendorIds[] = { int builtInVendorIds[] = {
...@@ -62,6 +64,7 @@ int builtInVendorIds[] = { ...@@ -62,6 +64,7 @@ int builtInVendorIds[] = {
VENDOR_ID_HUAWEI, VENDOR_ID_HUAWEI,
VENDOR_ID_ACER, VENDOR_ID_ACER,
VENDOR_ID_SONY_ERICSSON, VENDOR_ID_SONY_ERICSSON,
VENDOR_ID_DELL,
}; };
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0])) #define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment