Skip to content

Commit 00efe7f

Browse files
skalinichevrafaeljw
authored andcommitted
ACPI: resource: Use IRQ override on Maibenben X565
Use ACPI IRQ override on Maibenben X565 laptop to make the internal keyboard work. Add a new entry to the irq1_edge_low_force_override structure, similar to the existing ones. Signed-off-by: Sergey Kalinichev <kalinichev.so.0@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 021a67d commit 00efe7f

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
@@ -623,6 +623,13 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
623623
DMI_MATCH(DMI_BOARD_NAME, "X577"),
624624
},
625625
},
626+
{
627+
/* Maibenben X565 */
628+
.matches = {
629+
DMI_MATCH(DMI_SYS_VENDOR, "MAIBENBEN"),
630+
DMI_MATCH(DMI_BOARD_NAME, "X565"),
631+
},
632+
},
626633
{ }
627634
};
628635

0 commit comments

Comments
 (0)