public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a spurious wakeup regression
@ 2023-01-16 19:37 Mario Limonciello
  2023-01-16 19:37 ` [PATCH 1/2] gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI Mario Limonciello
  2023-01-16 19:37 ` [PATCH 2/2] gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU Mario Limonciello
  0 siblings, 2 replies; 8+ messages in thread
From: Mario Limonciello @ 2023-01-16 19:37 UTC (permalink / raw)
  To: Dmitry Torokhov, Benjamin Tissoires, Raul E Rangel, linux-gpio,
	linux-acpi
  Cc: regressions, Mario Limonciello, linux-kernel

commit 1796f808e4bb ("HID: i2c-hid: acpi: Stop setting wakeup_capable")
changed the policy such that I2C touchpads may be able to wake up the
system by default if the system is configured as such.

This had an unintended consequence on a Clevo NL50RU where the system
would wakeup immediately after suspending the system.

Reviewing the schematics and ACPI tables this appears to be a bug in
the ACPI tables, but it was exposed by that change.

To avoid the system waking up immediately after suspend disable wakeups
by default on this system.

Mario Limonciello (2):
  gpiolib: acpi: Allow ignoring wake capability on pins that aren't in
    _AEI
  gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU

 drivers/gpio/gpiolib-acpi.c | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-18 20:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 19:37 [PATCH 0/2] Fix a spurious wakeup regression Mario Limonciello
2023-01-16 19:37 ` [PATCH 1/2] gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI Mario Limonciello
2023-01-17  8:33   ` Andy Shevchenko
2023-01-16 19:37 ` [PATCH 2/2] gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU Mario Limonciello
2023-01-17  8:33   ` Andy Shevchenko
2023-01-18 14:26   ` Bartosz Golaszewski
2023-01-18 20:44   ` Linus Walleij
2023-01-18 20:50     ` Limonciello, Mario

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox