Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 8ae03fc

Browse files
FirstLoveLifegregkh
authored andcommittedOct 4, 2024
ACPI: resource: Do IRQ override on MECHREV GM7XG0M
commit b53f09e upstream. Listed device need the override for the keyboard to work. Fixes: 9946e39 ("ACPI: resource: skip IRQ override on AMD Zen platforms") Cc: All applicable <stable@vger.kernel.org> Signed-off-by: Li Chen <me@linux.beauty> Link: https://patch.msgid.link/87y15e6n35.wl-me@linux.beauty Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f51f711 commit 8ae03fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎drivers/acpi/resource.c

+6
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,12 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
554554
* to have a working keyboard.
555555
*/
556556
static const struct dmi_system_id irq1_edge_low_force_override[] = {
557+
{
558+
/* MECHREV Jiaolong17KS Series GM7XG0M */
559+
.matches = {
560+
DMI_MATCH(DMI_BOARD_NAME, "GM7XG0M"),
561+
},
562+
},
557563
{
558564
/* XMG APEX 17 (M23) */
559565
.matches = {

0 commit comments

Comments
 (0)
This repository has been archived.