]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
authorChristoffer Sandberg <cs@tuxedo.de>
Mon, 22 Apr 2024 08:04:36 +0000 (10:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:32:32 +0000 (13:32 +0200)
commit c81bf14f9db68311c2e75428eea070d97d603975 upstream.

Listed devices need the override for the keyboard to work.

Signed-off-by: Christoffer Sandberg <cs@tuxedo.de>
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Cc: All applicable <stable@vger.kernel.org>
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 42b1b06efda6fbe4fe3cab9e4ad673012d831b0b..aa92ec4fe7214e89167855f6e2669ad40309bde5 100644 (file)
@@ -475,6 +475,18 @@ static const struct dmi_system_id asus_laptop[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "B2502CBA"),
                },
        },
+       {
+               /* TongFang GXxHRXx/TUXEDO InfinityBook Pro Gen9 AMD */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GXxHRXx"),
+               },
+       },
+       {
+               /* TongFang GMxHGxx/TUXEDO Stellaris Slim Gen1 AMD */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
+               },
+       },
        { }
 };