Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: one more en50494 creation fix
  • Loading branch information
perexg committed Aug 16, 2014
1 parent e1add61 commit 98f197c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_en50494.c
Expand Up @@ -269,6 +269,9 @@ linuxdvb_en50494_create0
linuxdvb_diseqc_t *ld;
linuxdvb_en50494_t *le;

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 98f197c

Please sign in to comment.