Commit 162372b0 authored by Michele Sorcinelli's avatar Michele Sorcinelli Committed by Guenter Roeck

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: default avatarMichele Sorcinelli <michelesr@autistici.org>
Reviewed-by: default avatarPali Rohár <pali.rohar@gmail.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 3f9ffa5c
......@@ -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"),
},
},
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment