From: David McFarland <corngood@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
linux-acpi@vger.kernel.org,
Mario Limonciello <mario.limonciello@amd.com>
Subject: [PATCH v3] ACPI: resource: Add Infinity laptops to irq1_level_low_skip_override
Date: Wed, 03 Jan 2024 12:42:46 -0400 [thread overview]
Message-ID: <87edey4bcp.fsf_-_@gmail.com> (raw)
In-Reply-To: <fe82ff9a-3d9d-43a6-ae83-7b9953d3cb5d@redhat.com> (Hans de Goede's message of "Wed, 3 Jan 2024 17:21:13 +0100")
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_level_low_skip_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
---
- v3: Rebased on bleeding-edge
Sorry, I should have realised based on other commits referencing the new
global array name.
drivers/acpi/resource.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index c3536c236be9..575dad7aaaa7 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -489,6 +489,18 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
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"),
+ },
+ },
{ }
};
--
2.40.1
next prev parent reply other threads:[~2024-01-03 16:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 15:09 [PATCH] ACPI: resource: Force irq1 edge low override on Infinity laptops David McFarland
2024-01-03 13:47 ` Rafael J. Wysocki
2024-01-03 14:03 ` [PATCH v2] " David McFarland
2024-01-03 16:21 ` Hans de Goede
2024-01-03 16:42 ` David McFarland [this message]
2024-01-03 16:50 ` [PATCH v4] ACPI: resource: Add Infinity laptops to irq1_level_low_force_override David McFarland
2024-01-03 16:55 ` [PATCH v5] ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override David McFarland
2024-01-03 19:49 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87edey4bcp.fsf_-_@gmail.com \
--to=corngood@gmail.com \
--cc=hdegoede@redhat.com \
--cc=linux-acpi@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.