mbox series

[0/2] gpiolib: acpi: Add honor_wakeup module-option + quirk

Message ID 20191122192334.61490-1-hdegoede@redhat.com
Headers show
Series gpiolib: acpi: Add honor_wakeup module-option + quirk | expand

Message

Hans de Goede Nov. 22, 2019, 7:23 p.m. UTC
Hi all,

On some HP devices _AEI handlers which are marked as WakeCapable are
causing spurious wake-ups.

We may be able to fix this better then in this series, but that
requires significant changes to how we handle s2idle, which I do not
see happening any time soon, as explained in more detail here:
https://lore.kernel.org/linux-acpi/61450f9b-cbc6-0c09-8b3a-aff6bf9a0b3c@redhat.c

This series adds a quirk mechanism which allows disabling wakeups
from _AEI handlers as a workaround for this.

Regards,

Hans