]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ACPI / Fan: support INT3404 thermal device
authorAaron Lu <aaron.lu@intel.com>
Tue, 1 Apr 2014 07:54:05 +0000 (15:54 +0800)
committerZhang Rui <rui.zhang@intel.com>
Fri, 10 Oct 2014 05:57:14 +0000 (13:57 +0800)
INT3404 ACPI object follows the ACPI 5.0 fan object definition as
described in section 11.3 of the ACPI 5.0 Specification.
Thus we can reuse the ACPI fan driver for INT3404 ACPI object.

Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/acpi/fan.c

index f7d1c802773660ae8320f49a9b9d1910b2e71ba5..e007c4987beaa047833f8a71988f3dd7263de813 100644 (file)
@@ -42,6 +42,7 @@ static int acpi_fan_remove(struct platform_device *pdev);
 
 static const struct acpi_device_id fan_device_ids[] = {
        {"PNP0C0B", 0},
+       {"INT3404", 0},
        {"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, fan_device_ids);