]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: stop EN50494 config interfering with other settings. Fixes #1929.
authorAdam Sutton <dev@adamsutton.me.uk>
Sun, 12 Jan 2014 18:11:45 +0000 (18:11 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Sun, 12 Jan 2014 18:11:45 +0000 (18:11 +0000)
src/input/mpegts/linuxdvb/linuxdvb_en50494.c

index eb4f1fd024f5f102ba279ebcb1b2bd7f6e49504e..221c76778c06111c3471d61fe262e0025c29c761 100644 (file)
@@ -255,6 +255,10 @@ linuxdvb_en50494_create0
   linuxdvb_diseqc_t *ld;
   linuxdvb_en50494_t *le;
 
+  /* Ignore */
+  if (strcmp(name, "Generic"))
+    return NULL;
+
   if (port > 1) {
     tvherror("en50494", "only 2 ports/positions are posible. given %i", port);
     port = 0;