We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaf375 commit c81bf14Copy full SHA for c81bf14
drivers/acpi/resource.c
@@ -636,6 +636,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
636
DMI_MATCH(DMI_BOARD_NAME, "X565"),
637
},
638
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
648
+ DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"),
649
650
651
{ }
652
};
653
0 commit comments