am df872bec: am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb.

Merge commit 'df872bec830fc2af491e0b72e924b85381215fde' into eclair-mr2-plus-aosp

* commit 'df872bec830fc2af491e0b72e924b85381215fde':
  Add Sony-Ericsson to adb.
This commit is contained in:
Xavier Ducrohet 2009-11-02 11:58:37 -08:00 committed by Android Git Automerger
commit 96f0d140df
1 changed files with 3 additions and 0 deletions

View File

@ -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]))