Patch "ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA" has been added to the 5.4-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: Skip IRQ override on Asus Vivobook S5602ZA

to the 5.4-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-skip-irq-override-on-asus-vivobook-s56.patch
and it can be found in the queue-5.4 subdirectory.

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



commit a1d212629b1935bd7fe884a3755acfda7265cdfc
Author: Tamim Khan <tamim@xxxxxxxxxxx>
Date:   Fri Oct 14 01:19:31 2022 -0400

    ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA
    
    [ Upstream commit b5f9223a105d9b56954ad1ca3eace4eaf26c99ed ]
    
    Like the Asus Vivobook K3402ZA/K3502ZA/S5402ZA Asus Vivobook S5602ZA
    has an ACPI DSDT table the describes IRQ 1 as ActiveLow while the kernel
    overrides it to Edge_High. This prevents the keyboard on this laptop
    from working. To fix this add this laptop to the skip_override_table so
    that the kernel does not override IRQ 1.
    
    Link: https://bugzilla.kernel.org/show_bug.cgi?id=216579
    Tested-by: Dzmitry <wrkedm@xxxxxxxxx>
    Signed-off-by: Tamim Khan <tamim@xxxxxxxxxxx>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
    Stable-dep-of: c1ed72171ed5 ("ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA")
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 61a7f9a05f645..a34d625f6b875 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -414,6 +414,13 @@ static const struct dmi_system_id asus_laptop[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "S5402ZA"),
 		},
 	},
+	{
+		.ident = "Asus Vivobook S5602ZA",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_BOARD_NAME, "S5602ZA"),
+		},
+	},
 	{ }
 };
 



[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