We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fd63a commit 0ca8bb2Copy full SHA for 0ca8bb2
drivers/hwmon/dell-smm-hwmon.c
@@ -1187,6 +1187,14 @@ static struct dmi_system_id i8k_whitelist_fan_control[] __initdata = {
1187
},
1188
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_34A3_35A3],
1189
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
1198
{
1199
.ident = "Dell Latitude E6440",
1200
.matches = {
0 commit comments