commit | 73c019b30a7c70c50d2a854982143d5eb8c74f8c | [log] [tgz] |
---|---|---|
author | Ramanan Rajeswaran <ramanan@google.com> | Fri Feb 24 13:00:34 2012 -0800 |
committer | Ramanan Rajeswaran <ramanan@google.com> | Fri Feb 24 13:00:34 2012 -0800 |
tree | c205594f3670803043dff71325abd1893bdf767b | |
parent | 48aca55f665393d3389073d8b4299a6a30f41c6d [diff] |
Add asus vendor id Change-Id: I6d10b1788903aba526af7f654b12c302c3e9fc89
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;