ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB
authorBen Mayo <benny1091@gmail.com>
Sun, 7 Jan 2024 02:13:23 +0000 (21:13 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Jan 2024 14:05:54 +0000 (15:05 +0100)
commitd2aaf19965045f70bb2ece514399cdc6fcce2e73
tree14e07c017f89c4ab6526daf37f43c55696687c84
parente2605d4039a42a03000856b3229932455717b48b
ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB

Asus Vivobook E1504GA and E1504GAB notebooks are affected by bug #216158
(DSDT specifies the kbd IRQ as level active-low and using the override
changes this to rising edge, stopping the keyboard from working).

Users of these notebooks do not have a working keyboard unless they add
their DMI information to the struct irq1_level_low_skip_override array
and compile a custom kernel.

Add support for these computers to the Linux kernel without requiring
the end-user to recompile the kernel.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216158
Signed-off-by: Ben Mayo <benny1091@gmail.com>
[ rjw: Link tag, subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c