From: Aymeric Wibo Date: Sun, 19 Mar 2023 02:12:05 +0000 (+0100) Subject: ACPI: resource: Add Medion S17413 to IRQ override quirk X-Git-Tag: v6.1.37~2186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e999e45ab1cf9577d3c73987af1b9dee71e36f2;p=platform%2Fkernel%2Flinux-starfive.git ACPI: resource: Add Medion S17413 to IRQ override quirk [ Upstream commit 2d0ab14634a26e54f8d6d231b47b7ef233e84599 ] Add DMI info of the Medion S17413 (board M1xA) to the IRQ override quirk table. This fixes the keyboard not working on these laptops. Link: https://bugzilla.kernel.org/show_bug.cgi?id=213031 Signed-off-by: Aymeric Wibo [ rjw: Fixed up white space ] Signed-off-by: Rafael J. Wysocki Signed-off-by: Sasha Levin --- diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index a222bda..d08818b 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -400,6 +400,13 @@ static const struct dmi_system_id medion_laptop[] = { DMI_MATCH(DMI_BOARD_NAME, "M17T"), }, }, + { + .ident = "MEDION S17413", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "MEDION"), + DMI_MATCH(DMI_BOARD_NAME, "M1xA"), + }, + }, { } };