Skip to content

Commit c4fa046

Browse files
Wer-Wolfgregkh
authored andcommitted
hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelist
[ Upstream commit fa0bc8f ] A user reported that he needs to disable BIOS fan control on his Dell G15 5511 in order to be able to control the fans. Closes: Wer-Wolf/i8kutils#5 Signed-off-by: Armin Wolf <W_Armin@gmx.de> Acked-by: Pali Rohár <pali@kernel.org> Link: https://lore.kernel.org/r/20240522210809.294488-1-W_Armin@gmx.de Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent fccdf39 commit c4fa046

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/hwmon/dell-smm-hwmon.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
15301530
},
15311531
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
15321532
},
1533+
{
1534+
.ident = "Dell G15 5511",
1535+
.matches = {
1536+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1537+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell G15 5511"),
1538+
},
1539+
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
1540+
},
15331541
{ }
15341542
};
15351543

0 commit comments

Comments
 (0)