linuxdvb: another attempt to fix unicable config - fixes#2188

This commit is contained in:
Jaroslav Kysela 2014-08-13 15:50:12 +02:00
parent 0addaf1389
commit 17c23ee71d

View file

@ -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; */