From: Nicholas Sielicki Date: Tue, 24 May 2016 18:45:59 +0000 (+0000) Subject: Fix C/Ku Label and Change switch frequency X-Git-Tag: v4.2.1~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70c39f59896c508d70176a8b76a84b800f825eee;p=thirdparty%2Ftvheadend.git 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 --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_lnb.c b/src/input/mpegts/linuxdvb/linuxdvb_lnb.c index 1f8b6eba4..e376032bf 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_lnb.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_lnb.c @@ -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) */ }, { { {