]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]
authorHans de Goede <hdegoede@redhat.com>
Fri, 20 Dec 2024 18:13:52 +0000 (19:13 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 7 Jan 2025 18:19:44 +0000 (19:19 +0100)
commit66d337fede44dcbab4107d37684af8fcab3d648e
treed9277cf99c804d369e3fa1c684482188022ceb6f
parent9d89551994a430b50c4fffcb1e617a057fa76e20
ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]

Like the Vivobook X1704VAP the X1504VAP has its keyboard IRQ (1) described
as ActiveLow in the DSDT, which the kernel overrides to EdgeHigh which
breaks the keyboard.

Add the X1504VAP to the irq1_level_low_skip_override[] quirk table to fix
this.

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219224
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241220181352.25974-1-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c