linuxdvb: stop EN50494 config interfering with other settings. Fixes #1929.
This commit is contained in:
parent
03caed6a10
commit
257961d1ca
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue