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

Commit 87ece80a authored by Nathalie Le Clair's avatar Nathalie Le Clair Committed by Gerrit Code Review
Browse files

Merge "CEC: Respond to GIVE_FEATURE message even in standby mode"

parents 134f59f8 e864576c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ public final class HdmiCecStandbyModeHandler {
        addHandler(Constants.MESSAGE_SET_OSD_NAME, mBypasser);
        addHandler(Constants.MESSAGE_DEVICE_VENDOR_ID, mBypasser);
        addHandler(Constants.MESSAGE_REPORT_POWER_STATUS, mBypasser);
        addHandler(Constants.MESSAGE_GIVE_FEATURES, mBypasser);

        addHandler(Constants.MESSAGE_USER_CONTROL_PRESSED, mUserControlProcessedHandler);