Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
InuSasha authored and perexg committed May 21, 2015
1 parent 5ec3810 commit 1835e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit 1835e6a

Please sign in to comment.