]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override
authorDavid McFarland <corngood@gmail.com>
Wed, 3 Jan 2024 16:55:18 +0000 (12:55 -0400)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:21:20 +0000 (18:21 -0400)
[ Upstream commit e2605d4039a42a03000856b3229932455717b48b ]

A user reported a keyboard problem similar to ones reported with other
Zen laptops, on an Infinity E15-5A165-BM.

Add board name matches for this model and one (untested) close relative
to irq1_edge_low_force_override.

Link: https://lemmy.ml/post/9864736
Link: https://www.infinitygaming.com.au/bios/
Link: https://lore.kernel.org/linux-acpi/20231006123304.32686-1-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Stable-dep-of: 021a67d09615 ("ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/resource.c

index a364cb07c557840bf45f97fd419fa18478ca912a..16a18654f6879867734d9c658828fbd09f9a29b9 100644 (file)
@@ -546,6 +546,18 @@ static const struct dmi_system_id lg_laptop[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "17U70P"),
                },
        },
+       {
+               /* Infinity E15-5A165-BM */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"),
+               },
+       },
+       {
+               /* Infinity E15-5A305-1M */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"),
+               },
+       },
        { }
 };