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

Commit 4d0b5625 authored by Jeff Brown's avatar Jeff Brown
Browse files

Disable hardcoded wifi display adapter.

Change-Id: Id0f7d59b6eafa8794ff7616cf54a0b94ba78c763
parent 0458a69d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -496,7 +496,8 @@ final class WifiDisplayController implements DumpUtils.Dump {

    private static boolean isWifiDisplay(WifiP2pDevice device) {
        // FIXME: the wfdInfo API doesn't work yet
        return device.deviceName.equals("DWD-300-22ACC2");
        return false;
        //return device.deviceName.equals("DWD-300-22ACC2");
        //return device.deviceName.startsWith("DWD-")
        //        || device.deviceName.startsWith("DIRECT-")
        //        || device.deviceName.startsWith("CAVM-");