Skip to content

Commit 830e0be

Browse files
kugi83groeck
authored andcommitted
hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelist
On the Dell G15 5510, fans spin at maximum speed when AC power is connected. This behavior has been observed as a regression in recent kernels (v6.18+). Add the Dell G15 5510 to the fan control whitelist to enable manual fan control and resolve the issue. This model requires the same fan control configuration as the Dell G15 5511. Fixes: 1c16580 ("hwmon: (dell-smm) Add support for automatic fan mode") Signed-off-by: Leo Banno-Cloutier <[email protected]> Link: https://lore.kernel.org/r/[email protected] [groeck: Updated patch description to follow guidance] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 0f61b18 commit 830e0be

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
@@ -1639,6 +1639,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
16391639
},
16401640
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
16411641
},
1642+
{
1643+
.ident = "Dell G15 5510",
1644+
.matches = {
1645+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1646+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell G15 5510"),
1647+
},
1648+
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
1649+
},
16421650
{
16431651
.ident = "Dell G15 5511",
16441652
.matches = {

0 commit comments

Comments
 (0)