Re: [PATCH] gpiolib: acpi: Add quirk for ASUS ROG Strix G614 series
From: Mika Westerberg
Date: Tue Jun 16 2026 - 06:27:12 EST
On Tue, Jun 16, 2026 at 12:58:04PM +0300, Andy Shevchenko wrote:
> On Tue, Jun 16, 2026 at 11:43:56AM +0200, Marco Scardovi wrote:
>
> ...
>
> > > What is this interrupt for? Touchpad?
> >
> > It is an ACPI event interrupt on the AMD GPIO controller (AMDI0030).
> > Specifically, it triggers on pin 21, appearing in /proc/interrupts as
> > "amd_gpio 21 ACPI:Event" and as you guessed it is the touchpad.
> >
> > Previously, using "gpiolib_acpi.ignore_interrupt=AMDI0030:00@21" or
> > "gpiolib_acpi.run_edge_events_on_boot=0" as a boot parameter successfully
> > bypassed the 36-second delay, which confirms this specific pin/handler is the
> > culprit stalling the boot process.
>
> Mika, do you see any problems with disabled (deferred?) interrupt for this type
> of event? I think it might break the suspend-resume (on touchpad event). Also
> do you remember if we ever had touchpad event to be ActiveBoth?
For starters, why this is ACPI event in the first place? The AML is not
supposed to use the touchpad.
Touchpad should be using just regular GpioInt(). Does it still work after
this patch? If yes then I think this is definitely okay.