From: Hans de Goede <hdegoede@redhat.com>
To: David McFarland <corngood@gmail.com>,
"Rafael J. Wysocki" <rafael@kernel.org>
Cc: linux-acpi@vger.kernel.org,
Mario Limonciello <mario.limonciello@amd.com>
Subject: Re: [PATCH v2] ACPI: resource: Force irq1 edge low override on Infinity laptops
Date: Wed, 3 Jan 2024 17:21:13 +0100 [thread overview]
Message-ID: <fe82ff9a-3d9d-43a6-ae83-7b9953d3cb5d@redhat.com> (raw)
In-Reply-To: <87il4a4ipc.fsf_-_@gmail.com>
Hi David,
Thank you for your patch.
On 1/3/24 15:03, David McFarland wrote:
> 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
This patch seems to be based on an older version of the kernel.
Please base this on the latest code from:
https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/tree/?h=bleeding-edge
There is a single DMI match table there now for all AMD
laptops named irq1_edge_low_force_override[]
Which has a bunch of new entries, so your patch will not
apply cleanly as is.
Regards,
Hans
> ---
> 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"),
> + },
> + },
> { }
> };
>
next prev parent reply other threads:[~2024-01-03 16:21 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 [this message]
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=fe82ff9a-3d9d-43a6-ae83-7b9953d3cb5d@redhat.com \
--to=hdegoede@redhat.com \
--cc=corngood@gmail.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