Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: LNB - add "C 5150/Ku 11700 (22khz switch)" type
  • Loading branch information
perexg committed May 23, 2016
1 parent 6b9dcab commit e425e65
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_lnb.c
Expand Up @@ -326,6 +326,19 @@ struct linuxdvb_lnb_conf linuxdvb_lnb_all[] = {
.lnb_high = 11300000,
.lnb_switch = 11300000,
},
{
{ {
.ld_type = "C 5150/Ku 11700 (22khz switch)",
.ld_tune = linuxdvb_lnb_standard_tune,
},
.lnb_freq = linuxdvb_lnb_standard_freq,
.lnb_band = linuxdvb_lnb_standard_band,
.lnb_pol = linuxdvb_lnb_standard_pol,
},
.lnb_low = 5150000,
.lnb_high = 10750000,
.lnb_switch = 11700000,
},
{
{ {
.ld_type = "DBS",
Expand Down Expand Up @@ -354,7 +367,7 @@ struct linuxdvb_lnb_conf linuxdvb_lnb_all[] = {
.lnb_high = 14350000,
.lnb_switch = 0,
},
{
{
{ {
.ld_type = "Ku 10700 (Australia)",
.ld_tune = linuxdvb_lnb_standard_tune,
Expand Down

0 comments on commit e425e65

Please sign in to comment.