Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: lnb - fix C/Ku shared lnb description
  • Loading branch information
perexg committed May 23, 2016
1 parent c55cef9 commit bdeea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_lnb.c
Expand Up @@ -328,7 +328,7 @@ struct linuxdvb_lnb_conf linuxdvb_lnb_all[] = {
},
{
{ {
.ld_type = "C 5150/Ku 11700 (22khz switch)",
.ld_type = "C 5150/Ku 11750 (22khz switch)",
.ld_tune = linuxdvb_lnb_standard_tune,
},
.lnb_freq = linuxdvb_lnb_standard_freq,
Expand Down

2 comments on commit bdeea36

@bluzee
Copy link
Contributor

@bluzee bluzee commented on bdeea36 May 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean 10750?

@sielicki
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The high band is still at 10750, so as @bluzee points out, this label is still incorrect.

I've submitted a PR to correct it here: #865

Please sign in to comment.