Skip to content

Commit c81bf14

Browse files
tuxedoxtrafaeljw
authored andcommitted
ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
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>
1 parent 6eaf375 commit c81bf14

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

drivers/acpi/resource.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
636636
DMI_MATCH(DMI_BOARD_NAME, "X565"),
637637
},
638638
},
639+
{
640+
/* TongFang GXxHRXx/TUXEDO InfinityBook Pro Gen9 AMD */
641+
.matches = {
642+
DMI_MATCH(DMI_BOARD_NAME, "GXxHRXx"),
643+
},
644+
},
645+
{
646+
/* TongFang GMxHGxx/TUXEDO Stellaris Slim Gen1 AMD */
647+
.matches = {
648+
DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
649+
},
650+
},
639651
{ }
640652
};
641653

0 commit comments

Comments
 (0)