how partial isdbs lock

This commit is contained in:
rjkm 2020-12-01 15:56:21 +01:00
parent 766ca0e652
commit 22c52fbf86
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,8 @@ static int read_status(struct dvb_frontend *fe, enum fe_status *status)
ddb_mci_get_strength(fe);
if (res.status == MCI_DEMOD_WAIT_SIGNAL)
*status = 0x01;
if (res.status == M4_DEMOD_WAIT_TS)
*status = 0x03;
if (res.status == MCI_DEMOD_LOCKED) {
*status = 0x1f;
ddb_mci_get_snr(fe);