commit | f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 18 17:39:49 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 18 17:39:49 2009 -0700 |
tree | 2ef9420b1592cde2cdc1bc82fdf1464fdd6f86a8 | |
parent | e037fd7e193ecccbb5c0888e49f6d58c224bc11d [diff] [blame] |
auto import from //branches/cupcake_rel/...@140373
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 @@ { 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;