diff options
| author | Gannon Kolding <[email protected]> | 2025-01-27 09:39:02 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2025-02-05 20:12:46 +0000 |
| commit | 607ab6f85f4194b644ea95ac5fe660ef575db3b4 (patch) | |
| tree | 89fb46d21b07bd9961a9d696d906d5533a55264e /drivers/acpi/resource.c | |
| parent | Linux 6.14-rc1 (diff) | |
| download | kernel-607ab6f85f4194b644ea95ac5fe660ef575db3b4.tar.gz kernel-607ab6f85f4194b644ea95ac5fe660ef575db3b4.zip | |
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]>
Diffstat (limited to 'drivers/acpi/resource.c')
| -rw-r--r-- | drivers/acpi/resource.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index 90aaec923889..b4cd14e7fa76 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -564,6 +564,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = { }, }, { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Eluktronics Inc."), + DMI_MATCH(DMI_BOARD_NAME, "MECH-17"), + }, + }, + { /* TongFang GM6XGxX/TUXEDO Stellaris 16 Gen5 AMD */ .matches = { DMI_MATCH(DMI_BOARD_NAME, "GM6XGxX"), |
