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 02f1a59 commit 516b013Copy full SHA for 516b013
drivers/hwmon/dell-smm-hwmon.c
@@ -1544,6 +1544,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
1544
},
1545
.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_34A3_35A3],
1546
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
1555
{
1556
.ident = "Dell Optiplex 7000",
1557
.matches = {
0 commit comments