Skip to content

Commit 53d3bd4

Browse files
Wer-Wolfgroeck
authored andcommitted
hwmon: (dell-smm) Add support for Dell OptiPlex 7040
The Dell OptiPlex 7040 supports the legacy SMM interface for reading sensors and performing fan control. Whitelist this machine so that this driver loads automatically. Closes: Wer-Wolf/i8kutils#15 Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://lore.kernel.org/r/20250917181036.10972-5-W_Armin@gmx.de Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 1c16580 commit 53d3bd4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/hwmon/dell-smm-hwmon.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,13 @@ static const struct dmi_system_id i8k_dmi_table[] __initconst = {
13301330
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "OptiPlex 7050"),
13311331
},
13321332
},
1333+
{
1334+
.ident = "Dell OptiPlex 7040",
1335+
.matches = {
1336+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1337+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "OptiPlex 7040"),
1338+
},
1339+
},
13331340
{
13341341
.ident = "Dell Precision",
13351342
.matches = {

0 commit comments

Comments
 (0)