https://bugzilla.kernel.org/show_bug.cgi?id=60840

Lan Tianyu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #21 from Lan Tianyu <[email protected]> ---
Please try the following patch.

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 2d42549..d09401b 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -857,6 +857,7 @@ static int acpi_ec_add(struct acpi_device *device)
                          ec->gpe, ec->command_addr, ec->data_addr);

        ret = ec_install_handlers(ec);
+       set_bit(EC_FLAGS_GPE_STORM, &ec->flags);

        /* EC is fully operational, allow queries */
        clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags);

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to