am f1ab88c2: am 73c019b3: Add asus vendor id

* commit 'f1ab88c23460a608cd6d6f6492fb2b039405c0f2':
  Add asus vendor id
This commit is contained in:
Ramanan Rajeswaran 2012-02-27 12:00:45 -08:00 committed by Android Git Automerger
commit c4ddca25e0
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ int match_fastboot(usb_ifc_info *info)
(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;