]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
authorChristian Heusel <christian@heusel.eu>
Thu, 17 Oct 2024 11:16:26 +0000 (13:16 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 Oct 2024 11:54:57 +0000 (13:54 +0200)
commit53f1a907d36fb3aa02a4d34073bcec25823a6c74
tree38538a8b74ce3e748dd87159f52fa14fda427b57
parent42f7652d3eb527d03665b09edac47f85fb600924
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 <dirk.holten@gmx.de>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219382
Cc: All applicable <stable@vger.kernel.org>
Suggested-by: Dirk Holten <dirk.holten@gmx.de>
Signed-off-by: Christian Heusel <christian@heusel.eu>
Link: https://patch.msgid.link/20241017-lg-gram-pro-keyboard-v2-1-7c8fbf6ff718@heusel.eu
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c