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

Commit 3f35361d authored by Paul Colta's avatar Paul Colta Committed by Gerrit Code Review
Browse files

Merge "HDMICEC: handle hdmi_control help command" into main

parents d221c070 a233e553
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 {