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 <[email protected]> Signed-off-by: Werner Sembach <[email protected]> Cc: All applicable <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6eaf375 commit c81bf14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)