]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 14:29:52 +0000 (16:29 +0200)
commit a98cfe6ff15b62f94a44d565607a16771c847bc6 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/resource.c

index 15f9d3d9c1cb81759d2160c6d32985ffb3a93672..3a13b22c8d9a54c87eba675f743f3ebf76159542 100644 (file)
@@ -508,6 +508,12 @@ static const struct dmi_system_id maingear_laptop[] = {
                        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 = {