mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
wakeup: disable msm_hsic_host wakelock knob per default
This commit is contained in:
parent
fe4060afb2
commit
3816caac4c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "power.h"
|
||||
|
||||
static bool enable_msm_hsic_ws = true;
|
||||
static bool enable_msm_hsic_ws = false;
|
||||
module_param(enable_msm_hsic_ws, bool, 0644);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue