Skip to content

Commit 5847239

Browse files
jwrdegoedeSasha Levin
authored and
Sasha Levin
committed
ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]
commit 2f80ce0 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 47b8637 commit 5847239

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
@@ -442,6 +442,13 @@ static const struct dmi_system_id asus_laptop[] = {
442442
DMI_MATCH(DMI_BOARD_NAME, "B1502CBA"),
443443
},
444444
},
445+
{
446+
/* Asus Vivobook X1704VAP */
447+
.matches = {
448+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
449+
DMI_MATCH(DMI_BOARD_NAME, "X1704VAP"),
450+
},
451+
},
445452
{
446453
.ident = "Asus ExpertBook B2402CBA",
447454
.matches = {

0 commit comments

Comments
 (0)