]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: mark en50494 (unicable) as experimental for release
authorSascha Kuehndel (InuSasha) <dev@inusasha.de>
Thu, 21 May 2015 18:17:59 +0000 (20:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 21 May 2015 18:44:40 +0000 (20:44 +0200)
The UniCable support is not stable enought.
Actual, only same installations are working, but i can't find a
solution.
But it does not bother user, who does not  unicable. So we don't have to
remove it from source. I hope we can find one expert, who can help us to
improve the situation.

src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index 391f81f4dad1978b7d7e6020b8971bec2a7fadf1..4f20e60f469f62f683db21e0aae7ee83423d6db7 100644 (file)
@@ -497,7 +497,7 @@ const idclass_t linuxdvb_satconf_en50494_class =
 {
   .ic_super      = &linuxdvb_satconf_class,
   .ic_class      = "linuxdvb_satconf_en50494",
-  .ic_caption    = "DVB-S EN50494 (UniCable)",
+  .ic_caption    = "DVB-S EN50494 (UniCable, experimental)",
   .ic_properties = (const property_t[]) {
     {
       .type     = PT_U16,
@@ -599,7 +599,7 @@ static struct linuxdvb_satconf_type linuxdvb_satconf_types[] = {
   },
   {
     .type  = "en50494",
-    .name  = "Unicable Switch (Universal LNB)",
+    .name  = "Unicable Switch (Universal LNB, experimental)",
     .idc   = &linuxdvb_satconf_en50494_class,
     .ports = 2,
   },