mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
remember original fe_type
This commit is contained in:
parent
d84a8b3b37
commit
97c1190b54
@ -1180,6 +1180,7 @@ static int init_fe(struct octoserve *os, int a, int f, int fd)
|
|||||||
}
|
}
|
||||||
if (os->nodvbt)
|
if (os->nodvbt)
|
||||||
fe->type &= ~((1UL << SYS_DVBT2) | (1UL << SYS_DVBT));
|
fe->type &= ~((1UL << SYS_DVBT2) | (1UL << SYS_DVBT));
|
||||||
|
fe->type_orig = fe->type;
|
||||||
if (os->delsys_mask)
|
if (os->delsys_mask)
|
||||||
fe->type &= os->delsys_mask;
|
fe->type &= os->delsys_mask;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user