diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 17:39:49 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 17:39:49 -0700 |
commit | f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303 (patch) | |
tree | 2ef9420b1592cde2cdc1bc82fdf1464fdd6f86a8 /fastboot | |
parent | e037fd7e193ecccbb5c0888e49f6d58c224bc11d (diff) | |
download | system_core-f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303.zip system_core-f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303.tar.gz system_core-f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303.tar.bz2 |
auto import from //branches/cupcake_rel/...@140373
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/fastboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index e220dbe..498b4a6 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -138,6 +138,7 @@ int match_fastboot(usb_ifc_info *info) { if(!(vendor_id && (info->dev_vendor == vendor_id)) && (info->dev_vendor != 0x18d1) && + (info->dev_vendor != 0x0451) && (info->dev_vendor != 0x0bb4)) return -1; if(info->ifc_class != 0xff) return -1; if(info->ifc_subclass != 0x42) return -1; |