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

--- Comment #22 from [email protected] ---
(In reply to Lan Tianyu from comment #21)
> 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);

Now everything works.
But if I pressed brightness buttons quickly several times - system makes
slooooow. If I pressed buttons quickly many times - everything breaks again
until suspend/resume.

Thanks for help

-- 
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