Skip to content

Commit 607ab6f

Browse files
Kolgannrafaeljw
authored andcommitted
ACPI: resource: IRQ override for Eluktronics MECH-17
The Eluktronics MECH-17 (GM7RG7N) needs IRQ overriding for the keyboard to work. Adding a DMI_MATCH entry for this laptop model makes the internal keyboard function normally. Signed-off-by: Gannon Kolding <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2014c95 commit 607ab6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/acpi/resource.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
563563
DMI_MATCH(DMI_BOARD_NAME, "RP-15"),
564564
},
565565
},
566+
{
567+
.matches = {
568+
DMI_MATCH(DMI_SYS_VENDOR, "Eluktronics Inc."),
569+
DMI_MATCH(DMI_BOARD_NAME, "MECH-17"),
570+
},
571+
},
566572
{
567573
/* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
568574
.matches = {

0 commit comments

Comments
 (0)