summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/dell-smm-hwmon.c
diff options
context:
space:
mode:
authorMichele Sorcinelli <michelesr@autistici.org>2018-11-30 18:42:56 +0000
committerGuenter Roeck <linux@roeck-us.net>2018-12-16 15:13:16 -0800
commit162372b08879e970a4ca4b65e5acede6ebe7d1dc (patch)
tree913b2722049b936d052656528a37d2eebb9131b1 /drivers/hwmon/dell-smm-hwmon.c
parent3f9ffa5c3a25bf2a3c880b07f620c8ef029dc261 (diff)
downloadlinux-162372b08879e970a4ca4b65e5acede6ebe7d1dc.tar.gz
linux-162372b08879e970a4ca4b65e5acede6ebe7d1dc.tar.bz2
linux-162372b08879e970a4ca4b65e5acede6ebe7d1dc.zip
dell-smm-hwmon.c: Add XPS 9570 to supported devices list
Allow the module to be loaded on Dell XPS 9570, without having to provide the "force=1" option. Signed-off-by: Michele Sorcinelli <michelesr@autistici.org> Reviewed-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/dell-smm-hwmon.c')
-rw-r--r--drivers/hwmon/dell-smm-hwmon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c
index 9d3ef879dc51..367a8a61712c 100644
--- a/drivers/hwmon/dell-smm-hwmon.c
+++ b/drivers/hwmon/dell-smm-hwmon.c
@@ -1017,6 +1017,13 @@ static const struct dmi_system_id i8k_dmi_table[] __initconst = {
DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9560"),
},
},
+ {
+ .ident = "Dell XPS 15 9570",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9570"),
+ },
+ },
{ }
};