]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: LNB - add "C 5150/Ku 11700 (22khz switch)" type
authorJaroslav Kysela <perex@perex.cz>
Mon, 23 May 2016 07:27:36 +0000 (09:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 23 May 2016 07:27:36 +0000 (09:27 +0200)
src/input/mpegts/linuxdvb/linuxdvb_lnb.c

index bb6356247d3a11bade876c8e50437f0e2137e6b6..b356e3a7741f09c0f7012f5e022446ffe8c3b375 100644 (file)
@@ -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",
@@ -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,