summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-11-02 11:45:56 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-02 11:45:56 -0800
commit1b9f8c6ad85c773ffcafe8198e899e0405940862 (patch)
tree773a9c3a0711f79c890c0d2affd5f9bcf70f4c06
parent805d67ab11c1bb21d494459d6167f5f67f0002eb (diff)
parent23433b93d1acb01650c9480d9bb5d5d869ba4f79 (diff)
downloadcore-1b9f8c6ad85c773ffcafe8198e899e0405940862.tar.gz
am 23433b93: Add Sony-Ericsson to adb.
Merge commit '23433b93d1acb01650c9480d9bb5d5d869ba4f79' into eclair * commit '23433b93d1acb01650c9480d9bb5d5d869ba4f79': Add Sony-Ericsson to adb.
-rw-r--r--adb/usb_vendors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index 5534fd900..064abc008 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -49,6 +49,8 @@
#define VENDOR_ID_HUAWEI 0x12D1
// Acer's USB Vendor ID
#define VENDOR_ID_ACER 0x0502
+// Sony Ericsson's USB Vendor ID
+#define VENDOR_ID_SONY_ERICSSON 0x0FCE
/** built-in vendor list */
int builtInVendorIds[] = {
@@ -59,6 +61,7 @@ int builtInVendorIds[] = {
VENDOR_ID_LGE,
VENDOR_ID_HUAWEI,
VENDOR_ID_ACER,
+ VENDOR_ID_SONY_ERICSSON,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))