From: Sascha Kuehndel (InuSasha) Date: Thu, 21 May 2015 18:17:59 +0000 (+0200) Subject: linuxdvb: mark en50494 (unicable) as experimental for release X-Git-Tag: v4.2.1~2505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1835e6ac29ced0e79699ad73badd4ddc0e782548;p=thirdparty%2Ftvheadend.git linuxdvb: mark en50494 (unicable) as experimental for release 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. --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 391f81f4d..4f20e60f4 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -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, },