commit | 7967e4c021b8790eaac08ab3fb035431ec118cae | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 21 09:01:27 2012 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 21 09:01:27 2012 -0700 |
tree | 82480ade38abff14a66a6a174ee9ccc10c669dc2 | |
parent | e2e8bd93becae10f1cc40bb28a581cb4a36d0154 [diff] | |
parent | c2db4ffb874783220abf967ca4ccd0e6cf1ba57f [diff] |
Reconcile with ics-mr1-release Change-Id: I543778af0009368aa57aba5e0861d981b4351e61
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index a069d33..405d70d 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c
@@ -158,6 +158,7 @@ (info->dev_vendor != 0x0955) && // Nvidia (info->dev_vendor != 0x413c) && // DELL (info->dev_vendor != 0x2314) && // INQ Mobile + (info->dev_vendor != 0x0b05) && // Asus (info->dev_vendor != 0x0bb4)) // HTC return -1; if(info->ifc_class != 0xff) return -1;