mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
Ensure CAM stability after reset
Wait 2 secs in low level CI reset function as some CAMs become crazy if we talk to them just after the reset (SmarDTV / TDT Premium).
This commit is contained in:
parent
3c05e73692
commit
cb4834cca0
@ -590,6 +590,10 @@ static int slot_reset(struct dvb_ca_en50221 *ca, int slot)
|
||||
}
|
||||
}
|
||||
mutex_unlock(&ci->lock);
|
||||
|
||||
/* Ensure cam stability after reset */
|
||||
msleep(2000);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user