Message ID | 64a875783cf29f651261ba7e881cc5ac5c5e0c4b.1504166863.git.lv.zheng@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 9363656..36ce5e7 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -157,7 +157,7 @@ static bool ec_no_wakeup __read_mostly; module_param(ec_no_wakeup, bool, 0644); MODULE_PARM_DESC(ec_no_wakeup, "Do not wake up from suspend-to-idle"); -static bool ec_detect_noirq_events __read_mostly; +static bool ec_detect_noirq_events __read_mostly = true; module_param(ec_detect_noirq_events, bool, 0644); MODULE_PARM_DESC(ec_detect_noirq_events, "Enabling event detection during noirq stage");