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

Commit c4ddca25 authored by Ramanan Rajeswaran's avatar Ramanan Rajeswaran Committed by Android Git Automerger
Browse files

am f1ab88c2: am 73c019b3: Add asus vendor id

* commit 'f1ab88c2':
  Add asus vendor id
parents c958a7f4 f1ab88c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;