Add Sony-Ericsson to adb.
This commit is contained in:
parent
065694b32e
commit
23433b93d1
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue