]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: resource: Do IRQ override on TongFang GMxXGxx
authorWerner Sembach <wse@tuxedocomputers.com>
Mon, 16 Oct 2023 16:08:28 +0000 (18:08 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 26 Oct 2023 10:27:36 +0000 (12:27 +0200)
The TongFang GMxXGxx/TUXEDO Stellaris/Pollaris Gen5 needs IRQ overriding
for the keyboard to work.

Adding an entry for this laptop to the override_table makes the internal
keyboard functional.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Cc: All applicable <stable@vger.kernel.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c

index 18f6353c142e8f18320278f7cb2fe236d8afcd1a..15a3bdbd0755d45045d4224fcbbe9ab15dae2fa0 100644 (file)
@@ -497,6 +497,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"),
                },
        },
+       {
+               /* TongFang GMxXGxx/TUXEDO Polaris 15 Gen5 AMD */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
+               },
+       },
+       {
+               /* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GM6XGxX"),
+               },
+       },
        {
                /* MAINGEAR Vector Pro 2 15 */
                .matches = {