Skip to content

Commit e799657

Browse files
Wer-Wolfgroeck
authored andcommitted
hwmon: (dell-smm) Add the Dell OptiPlex 7050 to the DMI whitelist
A user reported that the driver works on the OptiPlex 7050. Add this machine to the DMI whitelist. Closes: Wer-Wolf/i8kutils#12 Signed-off-by: Armin Wolf <[email protected]> Acked-by: Pali Rohár <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 41e7438 commit e799657

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/hwmon/dell-smm-hwmon.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,13 @@ static const struct dmi_system_id i8k_dmi_table[] __initconst = {
12731273
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "OptiPlex 7060"),
12741274
},
12751275
},
1276+
{
1277+
.ident = "Dell OptiPlex 7050",
1278+
.matches = {
1279+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1280+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "OptiPlex 7050"),
1281+
},
1282+
},
12761283
{
12771284
.ident = "Dell Precision",
12781285
.matches = {

0 commit comments

Comments
 (0)