Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit fa0bc8f

Browse files
Wer-Wolfgroeck
authored andcommitted
hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelist
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>
1 parent 1613e60 commit fa0bc8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/hwmon/dell-smm-hwmon.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
15451545
},
15461546
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
15471547
},
1548+
{
1549+
.ident = "Dell G15 5511",
1550+
.matches = {
1551+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1552+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell G15 5511"),
1553+
},
1554+
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
1555+
},
15481556
{ }
15491557
};
15501558

0 commit comments

Comments
 (0)