Skip to content

Commit 021a67d

Browse files
Maxim Kudinovrafaeljw
authored andcommitted
ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override
A known issue on some Zen laptops, keyboard stopped working due to commit 9946e39 fael@kernel.org("ACPI: resource: skip IRQ override on AMD Zen platforms") on kernel 5.19.10. The ACPI IRQ override is required for this board due to buggy DSDT, thus adding the board vendor and name to irq1_edge_low_force_override fixes the issue. Fixes: 9946e39 ("ACPI: resource: skip IRQ override on AMD Zen platforms") Link: https://bugzilla.kernel.org/show_bug.cgi?id=217394 Link: https://lore.kernel.org/linux-acpi/20231006123304.32686-1-hdegoede@redhat.com/ Tested-by: Maxim Trofimov <maxvereschagin@gmail.com> Signed-off-by: Maxim Kudinov <m.kudinovv@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent e23ad54 commit 021a67d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/resource.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,13 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
616616
DMI_MATCH(DMI_BOARD_NAME, "LL6FA"),
617617
},
618618
},
619+
{
620+
/* MAIBENBEN X577 */
621+
.matches = {
622+
DMI_MATCH(DMI_SYS_VENDOR, "MAIBENBEN"),
623+
DMI_MATCH(DMI_BOARD_NAME, "X577"),
624+
},
625+
},
619626
{ }
620627
};
621628

0 commit comments

Comments
 (0)