]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix en50494 config parsing 457/head
authorChristian Brunner <chb@muc.de>
Mon, 11 Aug 2014 19:58:09 +0000 (21:58 +0200)
committerChristian Brunner <chb@muc.de>
Mon, 11 Aug 2014 19:58:09 +0000 (21:58 +0200)
src/input/mpegts/linuxdvb/linuxdvb_en50494.c

index 57f4e6d2399fe50347045baea0774aa1362dc658..b8a2e6358cba1bde583d904e69a3e7a77fb7c818 100644 (file)
@@ -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;