Add asus vendor id

Change-Id: I6d10b1788903aba526af7f654b12c302c3e9fc89
This commit is contained in:
Ramanan Rajeswaran 2012-02-24 13:00:34 -08:00
parent 48aca55f66
commit 73c019b30a

View file

@ -158,6 +158,7 @@ int match_fastboot(usb_ifc_info *info)
(info->dev_vendor != 0x0955) && // Nvidia (info->dev_vendor != 0x0955) && // Nvidia
(info->dev_vendor != 0x413c) && // DELL (info->dev_vendor != 0x413c) && // DELL
(info->dev_vendor != 0x2314) && // INQ Mobile (info->dev_vendor != 0x2314) && // INQ Mobile
(info->dev_vendor != 0x0b05) && // Asus
(info->dev_vendor != 0x0bb4)) // HTC (info->dev_vendor != 0x0bb4)) // HTC
return -1; return -1;
if(info->ifc_class != 0xff) return -1; if(info->ifc_class != 0xff) return -1;