Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: make Full DiseqC as default
  • Loading branch information
perexg committed Jan 27, 2015
1 parent 98783a5 commit 5a063fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 5a063fe

Please sign in to comment.