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 df0cced commit e2605d4Copy full SHA for e2605d4
drivers/acpi/resource.c
@@ -555,6 +555,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
555
DMI_MATCH(DMI_BOARD_NAME, "GM6BG0Q"),
556
},
557
558
+ {
559
+ /* Infinity E15-5A165-BM */
560
+ .matches = {
561
+ DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"),
562
+ },
563
564
565
+ /* Infinity E15-5A305-1M */
566
567
+ DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"),
568
569
570
{ }
571
};
572
0 commit comments