]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI : Set FAN device to correct state in boot phase
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 14 Jul 2008 07:14:03 +0000 (15:14 +0800)
committerAndi Kleen <ak@linux.intel.com>
Thu, 17 Jul 2008 23:41:50 +0000 (01:41 +0200)
commitea51011a27db48ea0a80a5e20de3969b292d5d4d
tree1c59582d9b0402390a58f96d410d9693edd0bbd3
parentc2c789057f075022658b38b498755c29c1ba8055
ACPI : Set FAN device to correct state in boot phase

Subject:ACPI: Set FAN device to correct state in boot phase
From: Zhao Yakui <yakui.zhao@intel.com>

On some laptops when ACPI FAN driver is loaded, maybe the FAN device will be
turned on. But if the temperature is below the threshold, the corresponding
FAN device should be turned off in the course of loading thermal driver.

So it is necessary to set the FAN device to the correct state in course of loading
the thermal driver.

http://bugzilla.kernel.org/show_bug.cgi?id=8049

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/thermal.c