Skip to content

Commit 2d0ab14

Browse files
obiwacrafaeljw
authored andcommitted
ACPI: resource: Add Medion S17413 to IRQ override quirk
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 <[email protected]> [ rjw: Fixed up white space ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e8d018d commit 2d0ab14

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
@@ -400,6 +400,13 @@ static const struct dmi_system_id medion_laptop[] = {
400400
DMI_MATCH(DMI_BOARD_NAME, "M17T"),
401401
},
402402
},
403+
{
404+
.ident = "MEDION S17413",
405+
.matches = {
406+
DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
407+
DMI_MATCH(DMI_BOARD_NAME, "M1xA"),
408+
},
409+
},
403410
{ }
404411
};
405412

0 commit comments

Comments
 (0)