ACPI: resource: Add another DMI match for the TongFang GMxXGxx
authorWerner Sembach <wse@tuxedocomputers.com>
Tue, 10 Sep 2024 09:40:06 +0000 (11:40 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Sep 2024 18:28:19 +0000 (20:28 +0200)
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>
drivers/acpi/resource.c

index dd410e67d036d47e0b21972e7ecae5a23b824a22..8a4726e2eb6938da0992138eb6fc0bce11597d9f 100644 (file)
@@ -585,6 +585,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
                },
        },
+       {
+               /* TongFang GMxXGxX/TUXEDO Polaris 15 Gen5 AMD */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
+               },
+       },
        {
                /* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
                .matches = {