mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
increase slot reset time
This commit is contained in:
parent
70a119c0db
commit
1124f00b34
@ -110,7 +110,7 @@ static int slot_reset(struct dvb_ca_en50221 *ca, int slot)
|
|||||||
CI_CONTROL(ci));
|
CI_CONTROL(ci));
|
||||||
ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON | CI_RESET_CAM,
|
ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON | CI_RESET_CAM,
|
||||||
CI_CONTROL(ci));
|
CI_CONTROL(ci));
|
||||||
usleep_range(20, 25);
|
msleep(20);
|
||||||
ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON,
|
ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON,
|
||||||
CI_CONTROL(ci));
|
CI_CONTROL(ci));
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user