Patch "ACPI: resource: Add IRQ override quirk for ASUS ExpertBook B2502FBA" has been added to the 6.8-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: resource: Add IRQ override quirk for ASUS ExpertBook B2502FBA

to the 6.8-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-resource-add-irq-override-quirk-for-asus-expert.patch
and it can be found in the queue-6.8 subdirectory.

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



commit 9b98d6a199ecef6de6ea5924d9bed58a91e6ba41
Author: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@xxxxxxxxx>
Date:   Sun Feb 11 01:08:07 2024 +0100

    ACPI: resource: Add IRQ override quirk for ASUS ExpertBook B2502FBA
    
    [ Upstream commit 0793e511c4c66c38dd26add86f7236bcdc70c3b5 ]
    
    In order to fix the keyboard on ASUS ExpertBook B2502FBA, add an IRQ override
    quirk for it in analogy with how it was done for other members of this machine
    family.
    
    Link: https://lore.kernel.org/linux-acpi/20230411183144.6932-1-pmenzel@xxxxxxxxxxxxx
    Link: https://bugzilla.kernel.org/show_bug.cgi?id=217323
    Signed-off-by: Sviatoslav Harasymchuk <sviatoslav.harasymchuk@xxxxxxxxx>
    [ rjw: Subject and changelog rewrite, fix broken white space ]
    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 c843feb02e980..b5193049d7b1b 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -489,6 +489,13 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "B2502CBA"),
 		},
 	},
+	{
+		/* Asus ExpertBook B2502FBA */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_BOARD_NAME, "B2502FBA"),
+		},
+	},
 	{
 		/* Asus Vivobook E1504GA */
 		.matches = {




[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