~ubuntu-branches/ubuntu/trusty/linux-lts-wily/trusty-security

« back to all changes in this revision

Viewing changes to drivers/hwmon/dell-smm-hwmon.c

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa, Kamal Mostafa
  • Date: 2016-02-25 17:47:15 UTC
  • Revision ID: package-import@ubuntu.com-20160225174715-k7zfimvf5qx3bgd9
Tags: 4.2.0-32.37~14.04.1
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1550463

[ Kamal Mostafa ]

* Merged back Ubuntu-4.2.0-31.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
932
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
946
                 * CPU fan speed going up and down on Dell Studio XPS 8100
936
947
                 * for unknown reasons.
937
948
                 */