Skip to content

Commit 6e5cbe7

Browse files
KellenRenshawrafaeljw
authored andcommitted
ACPI: resource: Add ASUS model S5402ZA to quirks
The Asus Vivobook S5402ZA has the same keyboard issue as Asus Vivobook K3402ZA/K3502ZA. The kernel overrides IRQ 1 to Edge_High when it should be Active_Low. This patch adds the S5402ZA model to the quirk list. Link: https://bugzilla.kernel.org/show_bug.cgi?id=216158 Tested-by: Kellen Renshaw <[email protected]> Signed-off-by: Kellen Renshaw <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 1538dc8 commit 6e5cbe7

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
@@ -414,6 +414,13 @@ static const struct dmi_system_id asus_laptop[] = {
414414
DMI_MATCH(DMI_BOARD_NAME, "K3502ZA"),
415415
},
416416
},
417+
{
418+
.ident = "Asus Vivobook S5402ZA",
419+
.matches = {
420+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
421+
DMI_MATCH(DMI_BOARD_NAME, "S5402ZA"),
422+
},
423+
},
417424
{ }
418425
};
419426

0 commit comments

Comments
 (0)