Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update linuxdvb_lnb.c
Adding LNB widely used in Australia.
  • Loading branch information
ferni7 authored and perexg committed Dec 3, 2015
1 parent 2fc533f commit a99b07b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_lnb.c
Expand Up @@ -332,6 +332,20 @@ struct linuxdvb_lnb_conf linuxdvb_lnb_all[] = {
.lnb_high = 14350000,
.lnb_switch = 0,
},
{
{ {
.ld_type = "Ku 10700 (Australia)"",
.ld_tune = linuxdvb_lnb_standard_tune,
},
.lnb_freq = linuxdvb_lnb_standard_freq,
.lnb_match = linuxdvb_lnb_standard_match,
.lnb_band = linuxdvb_lnb_standard_band,
.lnb_pol = linuxdvb_lnb_standard_pol,
},
.lnb_low = 10700000,
.lnb_high = 10700000,
.lnb_switch = 11800000,
},
};

/* **************************************************************************
Expand Down

0 comments on commit a99b07b

Please sign in to comment.