Skip to content

Commit 516b013

Browse files
p12ticgroeck
authored andcommitted
hwmon: (dell-smm) Add Dell XPS 9370 to fan control whitelist
Add the Dell XPS 9370 to the fan control whitelist to allow for manual fan control. Signed-off-by: Povilas Kanapickas <[email protected]> Reviewed-by: Armin Wolf <[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 02f1a59 commit 516b013

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
@@ -1544,6 +1544,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
15441544
},
15451545
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_34A3_35A3],
15461546
},
1547+
{
1548+
.ident = "Dell XPS 13 9370",
1549+
.matches = {
1550+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1551+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "XPS 13 9370"),
1552+
},
1553+
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
1554+
},
15471555
{
15481556
.ident = "Dell Optiplex 7000",
15491557
.matches = {

0 commit comments

Comments
 (0)