diff options
-rw-r--r-- | drivers/hwmon/dell-smm-hwmon.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c index c8487894b312..c43318d3416e 100644 --- a/drivers/hwmon/dell-smm-hwmon.c +++ b/drivers/hwmon/dell-smm-hwmon.c | |||
@@ -932,6 +932,17 @@ MODULE_DEVICE_TABLE(dmi, i8k_dmi_table); | |||
932 | static struct dmi_system_id i8k_blacklist_dmi_table[] __initdata = { | 932 | static struct dmi_system_id i8k_blacklist_dmi_table[] __initdata = { |
933 | { | 933 | { |
934 | /* | 934 | /* |
935 | * CPU fan speed going up and down on Dell Studio XPS 8000 | ||
936 | * for unknown reasons. | ||
937 | */ | ||
938 | .ident = "Dell Studio XPS 8000", | ||
939 | .matches = { | ||
940 | DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
941 | DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Studio XPS 8000"), | ||
942 | }, | ||
943 | }, | ||
944 | { | ||
945 | /* | ||
935 | * CPU fan speed going up and down on Dell Studio XPS 8100 | 946 | * CPU fan speed going up and down on Dell Studio XPS 8100 |
936 | * for unknown reasons. | 947 | * for unknown reasons. |
937 | */ | 948 | */ |