]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/hwmon/dell-smm-hwmon.c
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / hwmon / dell-smm-hwmon.c
index 34704b0451b49700b5bf5ce7eb47dea905680a17..3189246302a6b33940072df8fb1e7d05a611024d 100644 (file)
@@ -995,6 +995,13 @@ static struct dmi_system_id i8k_dmi_table[] __initdata = {
                },
                .driver_data = (void *)&i8k_config_data[DELL_XPS],
        },
+       {
+               .ident = "Dell XPS 15 9560",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9560"),
+               },
+       },
        { }
 };