From: Michael Jahn <47208217+electr1cBugaloo@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:31:26 +0000 (+0200) Subject: Update linuxdvb_satconf.c - lnb poweroff requires power save X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adef81b8d2a6edb3a665679f394bac05b7dc91c8;p=thirdparty%2Ftvheadend.git Update linuxdvb_satconf.c - lnb poweroff requires power save Extend description to make it clear that lnb_poweroff also requires "power save" setting. --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 599b3d734..3c6bf1146 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -302,7 +302,8 @@ const idclass_t linuxdvb_satconf_class = .name = N_("Turn off LNB when idle"), .desc = N_("Switch off the power to the LNB when idle. Note: " "this may cause interference with other devices " - "when the LNB is powered back up."), + "when the LNB is powered back up. " + "'Power save' setting must also be enabled."), .off = offsetof(linuxdvb_satconf_t, ls_lnb_poweroff), .opts = PO_ADVANCED, .def.i = 1