]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix C/Ku Label and Change switch frequency
authorNicholas Sielicki <sielicki@bitwise.gt.sielicki>
Tue, 24 May 2016 18:45:59 +0000 (18:45 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 31 May 2016 15:36:01 +0000 (17:36 +0200)
* 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>
src/input/mpegts/linuxdvb/linuxdvb_lnb.c

index 1f8b6eba4a78b999f804d8cdae2183dc7a349e89..e376032bf3e2fa9afe3ab592d242896ba391da9a 100644 (file)
@@ -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,
@@ -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) */
   },
   {
     { {