summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-control.c b/auth-control.c
index 9a57fdb..dd54a2a 100644
--- a/auth-control.c
+++ b/auth-control.c
@@ -110,7 +110,7 @@ void hdcp_dplink_connect_state(enum dp_state dp_hdcp_state) {
return;
}
- schedule_delayed_work(&hdcp_work, msecs_to_jiffies(500));
+ schedule_delayed_work(&hdcp_work, msecs_to_jiffies(2000));
return;
}
EXPORT_SYMBOL_GPL(hdcp_dplink_connect_state);