aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Sembach <[email protected]>2024-09-10 11:40:06 +0200
committerRafael J. Wysocki <[email protected]>2024-09-10 20:28:19 +0200
commita98cfe6ff15b62f94a44d565607a16771c847bc6 (patch)
tree98b5047f0bc5e81b847d6dd8c12125cf91989a71
parent49e9cc315604972cc14868cb67831e3e8c3f1470 (diff)
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 <[email protected]> Cc: All applicable <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
-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."),