From: Greg Kroah-Hartman Date: Fri, 29 Aug 2025 14:06:09 +0000 (+0200) Subject: 6.12-stable patches X-Git-Tag: v5.4.298~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9539012aea5a847a6a5b80a3c30cead69b79890a;p=thirdparty%2Fkernel%2Fstable-queue.git 6.12-stable patches added patches: acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch --- diff --git a/queue-6.12/acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch b/queue-6.12/acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch new file mode 100644 index 0000000000..166a074bc8 --- /dev/null +++ b/queue-6.12/acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch @@ -0,0 +1,35 @@ +From 9cd51eefae3c871440b93c03716c5398f41bdf78 Mon Sep 17 00:00:00 2001 +From: Werner Sembach +Date: Thu, 8 May 2025 13:16:18 +0200 +Subject: ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list + +From: Werner Sembach + +commit 9cd51eefae3c871440b93c03716c5398f41bdf78 upstream. + +Add the TUXEDO InfinityBook Pro AMD Gen9 to the acpi_ec_no_wakeup[] +quirk list to prevent spurious wakeups. + +Signed-off-by: Werner Sembach +Link: https://patch.msgid.link/20250508111625.12149-1-wse@tuxedocomputers.com +Signed-off-by: Rafael J. Wysocki +Signed-off-by: Greg Kroah-Hartman +--- + drivers/acpi/ec.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +--- a/drivers/acpi/ec.c ++++ b/drivers/acpi/ec.c +@@ -2329,6 +2329,12 @@ static const struct dmi_system_id acpi_e + DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"), + } + }, ++ { ++ // TUXEDO InfinityBook Pro AMD Gen9 ++ .matches = { ++ DMI_MATCH(DMI_BOARD_NAME, "GXxHRXx"), ++ }, ++ }, + { }, + }; + diff --git a/queue-6.12/series b/queue-6.12/series index 407a319141..62e35ec172 100644 --- a/queue-6.12/series +++ b/queue-6.12/series @@ -14,3 +14,4 @@ smb-client-fix-race-with-concurrent-opens-in-unlink-.patch smb-client-fix-race-with-concurrent-opens-in-rename-.patch asoc-codecs-tx-macro-correct-tx_macro_component_drv-.patch erofs-fix-atomic-context-detection-when-config_debug.patch +acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch