Some CAMs do not reset properly. So, turn off power before slot reset.

This commit is contained in:
internal 2023-09-30 21:39:54 +02:00
parent f77d50e526
commit 73317671a3
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ static int slot_reset_xo2(struct dvb_ca_en50221 *ca, int slot)
{
struct ddb_ci *ci = ca->data;
write_creg(ci, 0x00, 0x01);
msleep(300);
write_creg(ci, 0x01, 0x01);
write_creg(ci, 0x04, 0x04);
msleep(300);