ACPI: resource: Skip IRQ override on ASUS Vivobook Pro N6506CU
authorSam van Kampen <sam@tehsvk.net>
Fri, 29 Aug 2025 14:52:22 +0000 (14:52 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 4 Sep 2025 18:29:39 +0000 (20:29 +0200)
commit3a351de0d9c86e23b9eca25838b19468aab02f38
tree5dd92a36109c58f4ecdb5f712864bd1f85558049
parentb320789d6883cc00ac78ce83bccbfe7ed58afcf0
ACPI: resource: Skip IRQ override on ASUS Vivobook Pro N6506CU

Just like the other Vivobooks here, the N6506CU has its keyboard IRQ
described as ActiveLow in the DSDT, which the kernel overrides to
EdgeHigh, causing the internal keyboard not to work.

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

Signed-off-by: Sam van Kampen <sam@tehsvk.net>
Link: https://patch.msgid.link/20250829145221.2294784-2-sam@tehsvk.net
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c