Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73c019b3 authored by Ramanan Rajeswaran's avatar Ramanan Rajeswaran
Browse files

Add asus vendor id

Change-Id: I6d10b1788903aba526af7f654b12c302c3e9fc89
parent 48aca55f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;