]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ACPI: resource: IRQ override for Eluktronics MECH-17
authorGannon Kolding <gannon.kolding@gmail.com>
Mon, 27 Jan 2025 09:39:02 +0000 (02:39 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 5 Feb 2025 20:12:46 +0000 (21:12 +0100)
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 <gannon.kolding@gmail.com>
Link: https://patch.msgid.link/20250127093902.328361-1-gannon.kolding@gmail.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c

index 90aaec923889cf0d9dbb2fe98b3fe65eebd7bd00..b4cd14e7fa76cc5321e44e17b06e124015a5f040 100644 (file)
@@ -563,6 +563,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "RP-15"),
                },
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Eluktronics Inc."),
+                       DMI_MATCH(DMI_BOARD_NAME, "MECH-17"),
+               },
+       },
        {
                /* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */
                .matches = {