diff options
author | Dima Zavin <dima@android.com> | 2010-05-14 14:52:40 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-05-14 14:52:40 -0700 |
commit | c09b7cf1c96d007b35cfa47f464156bf628107de (patch) | |
tree | 924202f8f46b4b14e3e63bfdc5be146722f8c05f /fastboot | |
parent | 855ddb623137cf463d6a33e6114474218eee73a1 (diff) | |
parent | 509f7399b8f246f506307b22039e63323ec09622 (diff) | |
download | system_core-c09b7cf1c96d007b35cfa47f464156bf628107de.zip system_core-c09b7cf1c96d007b35cfa47f464156bf628107de.tar.gz system_core-c09b7cf1c96d007b35cfa47f464156bf628107de.tar.bz2 |
am 509f7399: fastboot: Add more vendor usb ids
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/fastboot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index 5389351..63208bc 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -150,6 +150,8 @@ int match_fastboot(usb_ifc_info *info) (info->dev_vendor != 0x18d1) && // Google (info->dev_vendor != 0x0451) && (info->dev_vendor != 0x0502) && + (info->dev_vendor != 0x0fce) && // Sony Ericsson + (info->dev_vendor != 0x05c6) && // Qualcomm (info->dev_vendor != 0x22b8) && // Motorola (info->dev_vendor != 0x0955) && // Nvidia (info->dev_vendor != 0x413c) && // DELL |