Add asus vendor id
Change-Id: I6d10b1788903aba526af7f654b12c302c3e9fc89
This commit is contained in:
parent
48aca55f66
commit
73c019b30a
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue