From: Christian Brunner Date: Mon, 11 Aug 2014 19:58:09 +0000 (+0200) Subject: fix en50494 config parsing X-Git-Tag: v4.1~1572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F457%2Fhead;p=thirdparty%2Ftvheadend.git fix en50494 config parsing --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_en50494.c b/src/input/mpegts/linuxdvb/linuxdvb_en50494.c index 57f4e6d23..b8a2e6358 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_en50494.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_en50494.c @@ -257,10 +257,6 @@ linuxdvb_en50494_create0 linuxdvb_diseqc_t *ld; linuxdvb_en50494_t *le; - /* Ignore */ - if (strcmp(name, "Generic")) - return NULL; - if (port > 1) { tvherror("en50494", "only 2 ports/positions are posible. given %i", port); port = 0;