Skip to content

Commit 53f1a90

Browse files
christian-heuselrafaeljw
authored andcommitted
ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
The LG Gram Pro 16 2-in-1 (2024) the 16T90SP has its keybopard IRQ (1) described as ActiveLow in the DSDT, which the kernel overrides to EdgeHigh which breaks the keyboard. Add the 16T90SP to the irq1_level_low_skip_override[] quirk table to fix this. Reported-by: Dirk Holten <[email protected]> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219382 Cc: All applicable <[email protected]> Suggested-by: Dirk Holten <[email protected]> Signed-off-by: Christian Heusel <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 42f7652 commit 53f1a90

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
@@ -503,6 +503,13 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
503503
DMI_MATCH(DMI_BOARD_NAME, "17U70P"),
504504
},
505505
},
506+
{
507+
/* LG Electronics 16T90SP */
508+
.matches = {
509+
DMI_MATCH(DMI_SYS_VENDOR, "LG Electronics"),
510+
DMI_MATCH(DMI_BOARD_NAME, "16T90SP"),
511+
},
512+
},
506513
{ }
507514
};
508515

0 commit comments

Comments
 (0)