am 73c019b3: Add asus vendor id

* commit '73c019b30a7c70c50d2a854982143d5eb8c74f8c':
  Add asus vendor id
This commit is contained in:
Ramanan Rajeswaran 2012-02-27 11:59:20 -08:00 committed by Android Git Automerger
commit f1ab88c234
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,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;