Skip to content

Commit 1b26ae4

Browse files
jason77-wangrafaeljw
authored andcommitted
ACPI: resources: Add one more Medion model in IRQ override quirk
The Medion s17 series laptops have the same issue on the keyboard as the s15 series, if skipping to call acpi_get_override_irq(), the keyboard could work well. So put the DMI info of s17 series in the IRQ override quirk table as well. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213031 Tested-by: dirksche <[email protected]> Signed-off-by: Hui Wang <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 892a012 commit 1b26ae4

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
@@ -389,6 +389,13 @@ static const struct dmi_system_id medion_laptop[] = {
389389
DMI_MATCH(DMI_BOARD_NAME, "M15T"),
390390
},
391391
},
392+
{
393+
.ident = "MEDION S17405",
394+
.matches = {
395+
DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
396+
DMI_MATCH(DMI_BOARD_NAME, "M17T"),
397+
},
398+
},
392399
{ }
393400
};
394401

0 commit comments

Comments
 (0)