Browse Source

ACPI / Fan: support INT3404 thermal device

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>
Aaron Lu 11 years ago
parent
commit
d806c6e9cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/acpi/fan.c

+ 1 - 0
drivers/acpi/fan.c

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