Patch "ACPI: resources: Add one more Medion model in IRQ override quirk" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ACPI: resources: Add one more Medion model in IRQ override quirk

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     acpi-resources-add-one-more-medion-model-in-irq-over.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 7084d9d3bd7b189bb08e41ad6dbcb63f00eda709
Author: Hui Wang <hui.wang@xxxxxxxxxxxxx>
Date:   Mon Oct 25 14:16:01 2021 +0800

    ACPI: resources: Add one more Medion model in IRQ override quirk
    
    [ Upstream commit 1b26ae40092b43bb6e9c5df376227382b390b953 ]
    
    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 <dirksche@xxxxxxxxx>
    Signed-off-by: Hui Wang <hui.wang@xxxxxxxxxxxxx>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 7bf38652e6aca..3c25ce8c95ba1 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -389,6 +389,13 @@ static const struct dmi_system_id medion_laptop[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "M15T"),
 		},
 	},
+	{
+		.ident = "MEDION S17405",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
+			DMI_MATCH(DMI_BOARD_NAME, "M17T"),
+		},
+	},
 	{ }
 };
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux