---- On Mon, 30 Jun 2025 22:40:28 +0400 Mario Limonciello <superm1@xxxxxxxxxx> wrote --- > Looks like your interrupt 14 is ACPI device INTC1085:00. > > Some quick searches this seems to be an Intel GPIO controller. > > Andy, > > Any ideas how to debug next? So what? I will repeat: similar bugs were already fixed here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=782eea0c89f7d071d6b56ecfa1b8b0c81164b9be https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a69982c37cd0586e6832268155349301b87f2e35 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4cb786180dfb5258ff3111181b5e4ecb1d4a297b So we just need to add similar patch. I. e. something similar to this: + .matches = { + DMI_MATCH(DMI_BOARD_NAME, "NL5xRU"), + }, + .driver_data = &(struct acpi_gpiolib_dmi_quirk) { + .ignore_wake = "ELAN0415:00@9", + }, Remaining question: how should I get these strings on my system? "NL5xRU" and "ELAN0415:00@9"? -- Askar Safin https://types.pl/@safinaskar