]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: another attempt to fix unicable config - fixes#2188
authorJaroslav Kysela <perex@perex.cz>
Wed, 13 Aug 2014 13:50:12 +0000 (15:50 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 13 Aug 2014 13:50:12 +0000 (15:50 +0200)
src/input/mpegts/linuxdvb/linuxdvb_en50494.c

index b8a2e6358cba1bde583d904e69a3e7a77fb7c818..fca16673e4d5f535ab27b5dc5b150b44891197f9 100644 (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; */