Re: [PATCH] gpiolib: acpi: Add ignore_wake quirk for ASUS ZenBook UX425UA_UM425UA
Hans de Goede <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 3-Sep-26 14:42, Bartosz Golaszewski wrote: > On Thu, 3 Sep 2026 13:53:16 +0200, Andy Shevchenko > <[email protected]> said: >> On Tue, Sep 01, 2026 at 06:00:46PM +0200, Bartosz Golaszewski wrote: >>> >>> On Fri, 21 Aug 2026 10:06:50 +0300, Kivan wrote: >>>> The ASUS ZenBook UX425UA_UM425UA (with AMD Ryzen 7 5700U SoC) fails >>>> to stay suspended in s2idle (Modern Standby), prematurely waking >>>> after 1-3 seconds with 0% hardware sleep achieved. >>>> >>>> In the laptop's ACPI SSDT tables (SSDT15), GPIO Pin 24 (hex 0x18) is >>>> defined in _AEI as ExclusiveAndWake targeting the PCIe bridge device >>>> \_SB.PCI0.GPP3: >> >> [...] >> >>> Applied, thanks! >>> >>> [1/1] gpiolib: acpi: Add ignore_wake quirk for ASUS ZenBook UX425UA_UM425UA >>> https://git.kernel.org/brgl/c/1900b5a41493e7050c68c1e62780d6fb9a209457 >> >> I thought I am going to pick this up via my tree... >> But okay, not a big deal, I don't expect any conflict in that area. >> > > Oops, sorry. If any conflict does occur let me know, I can revert it or we can > fix it in tree. Regardless of who's tree this goes through I would like to point out that a quirk like this really should go through a fixes branch for the current cycle (no idea if it already is on a fixes branch, the "applied" message does not make that clear). Regards, Hans