Skip to content

Commit ef8df81

Browse files
Wer-Wolfgroeck
authored andcommitted
hwmon: (dell-smm) Add Dell OptiPlex 7060 to DMI table
The BIOS on this machine is buggy and will in some cases return an error when trying to get the fan state, but reading of the RPM values and the temperature sensors still works. Closes: vitorafsr/i8kutils#38 Signed-off-by: Armin Wolf <W_Armin@gmx.de> Acked-by: Pali Rohár <pali@kernel.org> Link: https://lore.kernel.org/r/20240628214723.19665-1-W_Armin@gmx.de Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 38b2b02 commit ef8df81

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Documentation/hwmon/dell-smm-hwmon.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ Firmware Bug Affected Machines
360360
======================================================= =================
361361
Reading of fan states return spurious errors. Precision 490
362362

363+
OptiPlex 7060
364+
363365
Reading of fan types causes erratic fan behaviour. Studio XPS 8000
364366

365367
Studio XPS 8100

drivers/hwmon/dell-smm-hwmon.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,13 @@ static const struct dmi_system_id i8k_dmi_table[] __initconst = {
12631263
DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
12641264
},
12651265
},
1266+
{
1267+
.ident = "Dell OptiPlex 7060",
1268+
.matches = {
1269+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1270+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "OptiPlex 7060"),
1271+
},
1272+
},
12661273
{
12671274
.ident = "Dell Precision",
12681275
.matches = {

0 commit comments

Comments
 (0)