From: David McFarland <corngood@gmail.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: linux-acpi@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>,
Mario Limonciello <mario.limonciello@amd.com>
Subject: [PATCH v2] ACPI: resource: Force irq1 edge low override on Infinity laptops
Date: Wed, 03 Jan 2024 10:03:59 -0400 [thread overview]
Message-ID: <87il4a4ipc.fsf_-_@gmail.com> (raw)
In-Reply-To: <CAJZ5v0jab+jao4=7r1LOJhNn2Pq2fc_nQ1KS02_=9Z30Eyww9A@mail.gmail.com> (Rafael J. Wysocki's message of "Wed, 3 Jan 2024 14:47:43 +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 tonfang_gm_rg, due to the board names' similarity to GMxRGxx.
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
---
drivers/acpi/resource.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index 297a88587031..6b64ea4e9c80 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -484,6 +484,18 @@ static const struct dmi_system_id tongfang_gm_rg[] = {
DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"),
},
},
+ {
+ /* 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 14:04 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 ` David McFarland [this message]
2024-01-03 16:21 ` [PATCH v2] " Hans de Goede
2024-01-03 16:42 ` [PATCH v3] ACPI: resource: Add Infinity laptops to irq1_level_low_skip_override David McFarland
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=87il4a4ipc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox