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

Commit 64a67498 authored by Paul Colta's avatar Paul Colta Committed by Automerger Merge Worker
Browse files

Merge "HDMICEC: handle hdmi_control help command" into main am: 3f35361d

parents cdf979a6 3f35361d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -124,8 +124,7 @@ final class HdmiControlShellCommand extends ShellCommand {
                return historySize(pw);
        }

        getErrPrintWriter().println("Unhandled command: " + cmd);
        return 1;
        return handleDefaultCommands(cmd);
    }

    private int deviceSelect(PrintWriter pw) throws RemoteException {