From: Hridesh MG <hridesh699@gmail.com>
To: "Hans de Goede" <hdegoede@redhat.com>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Armin Wolf" <W_Armin@gmx.de>, "Kurt Borja" <kuurtb@gmail.com>
Cc: platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org,
Shuah Khan <skhan@linuxfoundation.org>,
Hridesh MG <hridesh699@gmail.com>
Subject: [PATCH v4 5/5] platform/x86: acer-wmi: add support for Acer Nitro AN515-58
Date: Mon, 13 Jan 2025 18:44:13 +0530 [thread overview]
Message-ID: <20250113-platform_profile-v4-5-23be0dff19f1@gmail.com> (raw)
In-Reply-To: <20250113-platform_profile-v4-0-23be0dff19f1@gmail.com>
Add predator_v4 quirk for the Acer Nitro AN515-58 to enable fan speed
monitoring and platform_profile handling.
Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
drivers/platform/x86/acer-wmi.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index 37f8c2019925391185e1e0952dac563daf923320..04bfa8fe12c2fd9a3c8be8d06f47431f8143d6c9 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -601,6 +601,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
},
.driver_data = &quirk_acer_travelmate_2490,
},
+ {
+ .callback = dmi_matched,
+ .ident = "Acer Nitro AN515-58",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Nitro AN515-58"),
+ },
+ .driver_data = &quirk_acer_predator_v4,
+ },
{
.callback = dmi_matched,
.ident = "Acer Predator PH315-53",
--
2.47.1
next prev parent reply other threads:[~2025-01-13 13:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-13 13:14 [PATCH v4 0/5] platform/x86 acer-wmi: Improve platform profile handling Hridesh MG
2025-01-13 13:14 ` [PATCH v4 1/5] platform/x86: acer-wmi: use WMI calls for " Hridesh MG
2025-01-13 13:14 ` [PATCH v4 2/5] platform/x86: acer-wmi: use new helper function for setting overclocks Hridesh MG
2025-01-13 13:14 ` [PATCH v4 3/5] platform/x86: acer-wmi: simplify platform profile cycling Hridesh MG
2025-01-14 3:52 ` Kurt Borja
2025-01-13 13:14 ` [PATCH v4 4/5] platform/x86: acer-wmi: use an ACPI bitmap to set the platform profile choices Hridesh MG
2025-01-14 3:53 ` Kurt Borja
2025-01-13 13:14 ` Hridesh MG [this message]
2025-01-14 3:55 ` [PATCH v4 5/5] platform/x86: acer-wmi: add support for Acer Nitro AN515-58 Kurt Borja
2025-01-15 14:37 ` [PATCH v4 0/5] platform/x86 acer-wmi: Improve platform profile handling Ilpo Järvinen
2025-01-15 15:23 ` Hridesh MG
2025-01-15 19:07 ` Armin Wolf
2025-01-15 21:54 ` Kurt Borja
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=20250113-platform_profile-v4-5-23be0dff19f1@gmail.com \
--to=hridesh699@gmail.com \
--cc=W_Armin@gmx.de \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kuurtb@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=skhan@linuxfoundation.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
all inboxes | Powered by JetHome®