]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Aug 2025 14:06:09 +0000 (16:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Aug 2025 14:06:09 +0000 (16:06 +0200)
added patches:
acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch

queue-6.12/acpi-ec-add-device-to-acpi_ec_no_wakeup-qurik-list.patch [new file with mode: 0644]
queue-6.12/series

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 (file)
index 0000000..166a074
--- /dev/null
@@ -0,0 +1,35 @@
+From 9cd51eefae3c871440b93c03716c5398f41bdf78 Mon Sep 17 00:00:00 2001
+From: Werner Sembach <wse@tuxedocomputers.com>
+Date: Thu, 8 May 2025 13:16:18 +0200
+Subject: ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
+
+From: Werner Sembach <wse@tuxedocomputers.com>
+
+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 <wse@tuxedocomputers.com>
+Link: https://patch.msgid.link/20250508111625.12149-1-wse@tuxedocomputers.com
+Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ 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"),
++              },
++      },
+       { },
+ };
index 407a319141c0fdf8cd411d1f140ef73c7a54c3ea..62e35ec1723bd7cd570ad8f64183132d921fdd2e 100644 (file)
@@ -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