]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: make Full DiseqC as default
authorJaroslav Kysela <perex@perex.cz>
Tue, 27 Jan 2015 18:50:13 +0000 (19:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 Jan 2015 18:50:13 +0000 (19:50 +0100)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index c6ece0213ef89455e4600ca2864154a6df4b34ec..93b7647bc5537775479f2c5a3bf660fe3aac6775 100644 (file)
@@ -221,6 +221,7 @@ const idclass_t linuxdvb_satconf_class =
       .name     = "Tune Before DiseqC",
       .off      = offsetof(linuxdvb_satconf_t, ls_early_tune),
       .opts     = PO_ADVANCED,
+      .def.i    = 1
     },
     {
       .type     = PT_INT,
@@ -236,6 +237,7 @@ const idclass_t linuxdvb_satconf_class =
       .name     = "Full DiseqC",
       .off      = offsetof(linuxdvb_satconf_t, ls_diseqc_full),
       .opts     = PO_ADVANCED,
+      .def.i    = 1
     },
     {
       .type     = PT_BOOL,
@@ -890,6 +892,7 @@ linuxdvb_satconf_create
   TAILQ_INIT(&ls->ls_elements);
 
   ls->ls_early_tune = 1;
+  ls->ls_diseqc_full = 1;
   ls->ls_max_rotor_move = 120;
 
   /* Create node */