From: Armin Wolf <W_Armin@gmx.de>
To: pranaypawarofficial@gmail.com, jlee@suse.com
Cc: hansg@kernel.org, ilpo.jarvinen@linux.intel.com,
platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58
Date: Mon, 19 Jan 2026 22:21:30 +0100 [thread overview]
Message-ID: <2eb1b234-99cd-449d-88d5-623c108e2ce4@gmx.de> (raw)
In-Reply-To: <20260108164716.14376-1-W_Armin@gmx.de>
Am 08.01.26 um 17:45 schrieb Armin Wolf:
> The Acer Nitro AN515-58 additionally supports fan control. Modify
> the quirk list to enable said feature on this machine.
Any updates on this?
Thanks,
Armin Wolf
> Reported-by: Pranay Pawar <pranaypawarofficial@gmail.com>
> Closes: https://lore.kernel.org/platform-driver-x86/CACy5qBaFv_L5y_nGJU_3pd3CXbFZrUAE18y5Fc-hnAmrd8bSLA@mail.gmail.com/
> Tested-by: Pranay Pawar <pranaypawarofficial@gmail.com>
> Signed-off-by: Armin Wolf <W_Armin@gmx.de>
> ---
> drivers/platform/x86/acer-wmi.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index bf97381faf58..54ca3edf532a 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -455,6 +455,11 @@ static struct quirk_entry quirk_acer_travelmate_2490 = {
> .mailled = 1,
> };
>
> +static struct quirk_entry quirk_acer_nitro_an515_58 = {
> + .predator_v4 = 1,
> + .pwm = 1,
> +};
> +
> static struct quirk_entry quirk_acer_predator_ph315_53 = {
> .turbo = 1,
> .cpu_fans = 1,
> @@ -655,7 +660,7 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
> DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
> DMI_MATCH(DMI_PRODUCT_NAME, "Nitro AN515-58"),
> },
> - .driver_data = &quirk_acer_predator_v4,
> + .driver_data = &quirk_acer_nitro_an515_58,
> },
> {
> .callback = dmi_matched,
next prev parent reply other threads:[~2026-01-19 21:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-08 16:45 [PATCH 1/2] platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58 Armin Wolf
2026-01-08 16:45 ` [PATCH 2/2] platform/x86: acer-wmi: Fix missing capability check Armin Wolf
2026-01-19 21:21 ` Armin Wolf [this message]
2026-01-20 15:13 ` [PATCH 1/2] platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58 Ilpo Järvinen
2026-01-20 19:46 ` Armin Wolf
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=2eb1b234-99cd-449d-88d5-623c108e2ce4@gmx.de \
--to=w_armin@gmx.de \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jlee@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=pranaypawarofficial@gmail.com \
/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