Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix C/Ku Label and Change switch frequency
* The C/Ku label was 5150/11700, in spite of the fact that the local
  oscillator frequencies were 5150/10750. This label is now changed to
  reflect the correct frequencies. Just to be clear: the frequencies
  themselves are unchanged, still at 5150/10750. Only the description
  changed.

Signed-off-by: Nicholas Sielicki <sielicki@bitwise>
  • Loading branch information
Nicholas Sielicki authored and perexg committed May 31, 2016
1 parent d923d0a commit 70c39f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 11750 (22khz switch)",
.ld_type = "C 5150/Ku 10750 (22kHz switch)",
.ld_tune = linuxdvb_lnb_standard_tune,
},
.lnb_freq = linuxdvb_lnb_standard_freq,
Expand All @@ -337,7 +337,7 @@ struct linuxdvb_lnb_conf linuxdvb_lnb_all[] = {
},
.lnb_low = 5150000,
.lnb_high = 10750000,
.lnb_switch = 11700000,
.lnb_switch = 11700000, /* 10750 + 950 (bottom of the receiver range 950Mhz-2150Mhz) */
},
{
{ {
Expand Down

0 comments on commit 70c39f5

Please sign in to comment.