From 23433b93d1acb01650c9480d9bb5d5d869ba4f79 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Fri, 30 Oct 2009 13:09:39 -0700 Subject: Add Sony-Ericsson to adb. --- adb/usb_vendors.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c index 5534fd9..064abc0 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])) -- cgit v1.1