summaryrefslogtreecommitdiff
path: root/auth-control.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-control.c')
-rw-r--r--auth-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-control.c b/auth-control.c
index dd54a2a..44ed418 100644
--- a/auth-control.c
+++ b/auth-control.c
@@ -24,7 +24,7 @@ static struct delayed_work hdcp_work;
static enum auth_state state;
-static unsigned long max_ver = 0; /* Disable HDCP by default */
+static unsigned long max_ver = 2;
module_param(max_ver, ulong, 0664);
MODULE_PARM_DESC(max_ver,
"support up to specific hdcp version by setting max_ver=x");