Skip to content

Commit e2605d4

Browse files
corngoodrafaeljw
authored andcommitted
ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override
A user reported a keyboard problem similar to ones reported with other Zen laptops, on an Infinity E15-5A165-BM. Add board name matches for this model and one (untested) close relative to irq1_edge_low_force_override. Link: https://lemmy.ml/post/9864736 Link: https://www.infinitygaming.com.au/bios/ Link: https://lore.kernel.org/linux-acpi/20231006123304.32686-1-hdegoede@redhat.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent df0cced commit e2605d4

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
@@ -555,6 +555,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
555555
DMI_MATCH(DMI_BOARD_NAME, "GM6BG0Q"),
556556
},
557557
},
558+
{
559+
/* Infinity E15-5A165-BM */
560+
.matches = {
561+
DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"),
562+
},
563+
},
564+
{
565+
/* Infinity E15-5A305-1M */
566+
.matches = {
567+
DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"),
568+
},
569+
},
558570
{ }
559571
};
560572

0 commit comments

Comments
 (0)