linuxdvb: stop EN50494 config interfering with other settings. Fixes #1929.

This commit is contained in:
Adam Sutton 2014-01-12 18:11:45 +00:00
parent 03caed6a10
commit 257961d1ca

View 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;