Skip to content

Commit 0ca8bb2

Browse files
Jeffrey Lingroeck
authored andcommitted
hwmon: (dell-smm) Add Latitude 5480 to fan control whitelist
This allows manual PWM control without the BIOS fighting back on Dell Latitude 5480. Signed-off-by: Jeffrey Lin <[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 23fd63a commit 0ca8bb2

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
@@ -1187,6 +1187,14 @@ static struct dmi_system_id i8k_whitelist_fan_control[] __initdata = {
11871187
},
11881188
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_34A3_35A3],
11891189
},
1190+
{
1191+
.ident = "Dell Latitude 5480",
1192+
.matches = {
1193+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1194+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Latitude 5480"),
1195+
},
1196+
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_34A3_35A3],
1197+
},
11901198
{
11911199
.ident = "Dell Latitude E6440",
11921200
.matches = {

0 commit comments

Comments
 (0)