Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: another attempt to fix unicable config - fixes#2188
  • Loading branch information
perexg committed Aug 13, 2014
1 parent 0addaf1 commit 17c23ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_en50494.c
Expand Up @@ -272,7 +272,7 @@ linuxdvb_en50494_create0

ld = linuxdvb_diseqc_create0((linuxdvb_diseqc_t *)le,
NULL, &linuxdvb_en50494_class, conf,
"en50494", ls);
"Generic", ls);
if (ld) {
ld->ld_tune = linuxdvb_en50494_tune;
/* May not needed: ld->ld_grace = linuxdvb_en50494_grace; */
Expand Down

0 comments on commit 17c23ee

Please sign in to comment.