Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix en50494 config parsing
  • Loading branch information
chbmuc committed Aug 11, 2014
1 parent 9d3168e commit 189f11f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/input/mpegts/linuxdvb/linuxdvb_en50494.c
Expand Up @@ -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;
Expand Down

0 comments on commit 189f11f

Please sign in to comment.