summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Sembach <wse@tuxedocomputers.com>2024-09-10 11:40:06 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-09-10 20:28:19 +0200
commita98cfe6ff15b62f94a44d565607a16771c847bc6 (patch)
tree98b5047f0bc5e81b847d6dd8c12125cf91989a71
parent49e9cc315604972cc14868cb67831e3e8c3f1470 (diff)
downloadlinux-a98cfe6ff15b62f94a44d565607a16771c847bc6.tar.gz
linux-a98cfe6ff15b62f94a44d565607a16771c847bc6.tar.bz2
linux-a98cfe6ff15b62f94a44d565607a16771c847bc6.zip
ACPI: resource: Add another DMI match for the TongFang GMxXGxx
Internal documentation suggest that the TUXEDO Polaris 15 Gen5 AMD might have GMxXGxX as the board name instead of GMxXGxx. Adding both to be on the safe side. Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Cc: All applicable <stable@vger.kernel.org> Link: https://patch.msgid.link/20240910094008.1601230-1-wse@tuxedocomputers.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/resource.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index dd410e67d036..8a4726e2eb69 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -586,6 +586,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
},
},
{
+ /* TongFang GMxXGxX/TUXEDO Polaris 15 Gen5 AMD */
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
+ },
+ },
+ {
/* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Eluktronics Inc."),