Skip to content

Commit a98cfe6

Browse files
tuxedo-wserafaeljw
authored andcommitted
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]>
1 parent 49e9cc3 commit a98cfe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/acpi/resource.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
585585
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
586586
},
587587
},
588+
{
589+
/* TongFang GMxXGxX/TUXEDO Polaris 15 Gen5 AMD */
590+
.matches = {
591+
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
592+
},
593+
},
588594
{
589595
/* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
590596
.matches = {

0 commit comments

Comments
 (0)