From: leobannocloutier@gmail.com
To: pali@kernel.org
Cc: linux@roeck-us.net, linux-hwmon@vger.kernel.org,
linux-kernel@vger.kernel.org,
Leo Banno-Cloutier <leobannocloutier@gmail.com>
Subject: [PATCH] hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelist
Date: Tue, 13 Jan 2026 21:00:35 -0500 [thread overview]
Message-ID: <20260114020108.83288-2-leobannocloutier@gmail.com> (raw)
In-Reply-To: <20260114020108.83288-1-leobannocloutier@gmail.com>
From: Leo Banno-Cloutier <leobannocloutier@gmail.com>
---
drivers/hwmon/dell-smm-hwmon.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c
index 6040a8940..93143cfc1 100644
--- a/drivers/hwmon/dell-smm-hwmon.c
+++ b/drivers/hwmon/dell-smm-hwmon.c
@@ -1639,6 +1639,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
},
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
},
+ {
+ .ident = "Dell G15 5510",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell G15 5510"),
+ },
+ .driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
+ },
{
.ident = "Dell G15 5511",
.matches = {
--
2.52.0
next prev parent reply other threads:[~2026-01-14 2:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-14 2:00 hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelist leobannocloutier
2026-01-14 2:00 ` leobannocloutier [this message]
2026-01-14 14:18 ` [PATCH] " Guenter Roeck
2026-01-17 1:53 ` [PATCH v2 0/1] " leobannocloutier
2026-01-17 1:53 ` [PATCH v2 1/1] " leobannocloutier
2026-01-17 17:16 ` Guenter Roeck
2026-01-17 17:12 ` [PATCH v2 0/1] " Guenter Roeck
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=20260114020108.83288-2-leobannocloutier@gmail.com \
--to=leobannocloutier@gmail.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=pali@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