|
@@ -146,7 +146,7 @@ static unsigned int ec_storm_threshold __read_mostly = 8;
|
|
module_param(ec_storm_threshold, uint, 0644);
|
|
module_param(ec_storm_threshold, uint, 0644);
|
|
MODULE_PARM_DESC(ec_storm_threshold, "Maxim false GPE numbers not considered as GPE storm");
|
|
MODULE_PARM_DESC(ec_storm_threshold, "Maxim false GPE numbers not considered as GPE storm");
|
|
|
|
|
|
-static bool ec_freeze_events __read_mostly = false;
|
|
|
|
|
|
+static bool ec_freeze_events __read_mostly = true;
|
|
module_param(ec_freeze_events, bool, 0644);
|
|
module_param(ec_freeze_events, bool, 0644);
|
|
MODULE_PARM_DESC(ec_freeze_events, "Disabling event handling during suspend/resume");
|
|
MODULE_PARM_DESC(ec_freeze_events, "Disabling event handling during suspend/resume");
|
|
|
|
|