--- src/input/mpegts/linuxdvb/linuxdvb_en50494.c.orig 2014-08-09 23:16:24.136522780 +0200 +++ src/input/mpegts/linuxdvb/linuxdvb_en50494.c 2014-08-09 23:16:41.497709253 +0200 @@ -257,10 +257,6 @@ 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;