]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update linuxdvb_satconf.c - lnb poweroff requires power save
authorMichael Jahn <47208217+electr1cBugaloo@users.noreply.github.com>
Fri, 9 Aug 2024 16:31:26 +0000 (18:31 +0200)
committerFlole <Flole998@users.noreply.github.com>
Mon, 12 Aug 2024 20:54:50 +0000 (22:54 +0200)
Extend description to make it clear that lnb_poweroff also requires "power save" setting.

src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index 599b3d7346b9f70fde260163f8b134bc2324de5b..3c6bf114638eb943799536ce1a768516bf8f2aae 100644 (file)
@@ -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