From: Jaroslav Kysela Date: Wed, 13 Aug 2014 13:50:12 +0000 (+0200) Subject: linuxdvb: another attempt to fix unicable config - fixes#2188 X-Git-Tag: v4.1~1558 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17c23ee71d0cc5a07de8e92dbbedbf34d13d8e97;p=thirdparty%2Ftvheadend.git linuxdvb: another attempt to fix unicable config - fixes#2188 --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_en50494.c b/src/input/mpegts/linuxdvb/linuxdvb_en50494.c index b8a2e6358..fca16673e 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_en50494.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_en50494.c @@ -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; */