Skip to content

Commit 2f80ce0

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]
Like other Asus Vivobook models the X1704VAP has its keybopard IRQ (1) described as ActiveLow in the DSDT, which the kernel overrides to EdgeHigh which breaks the keyboard. Add the X1704VAP to the irq1_level_low_skip_override[] quirk table to fix this. Reported-by: Lamome Julien <[email protected]> Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078696 Closes: https://lore.kernel.org/all/[email protected]/ Cc: All applicable <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 63539de commit 2f80ce0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/resource.c

+7
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,13 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
440440
DMI_MATCH(DMI_BOARD_NAME, "S5602ZA"),
441441
},
442442
},
443+
{
444+
/* Asus Vivobook X1704VAP */
445+
.matches = {
446+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
447+
DMI_MATCH(DMI_BOARD_NAME, "X1704VAP"),
448+
},
449+
},
443450
{
444451
/* Asus ExpertBook B1402CBA */
445452
.matches = {

0 commit comments

Comments
 (0)