]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: fan: Delete the strict check in power transition
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 27 Oct 2008 08:05:39 +0000 (16:05 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 28 Oct 2008 05:39:59 +0000 (01:39 -0400)
commit6ce36e2b43dbabf5c57ced7444cb53418dc016f8
tree552f485f609023f38d65ffb7614e51fd81c30588
parente533314cbc402ecd6dc2abf018cd657f9de85c9b
ACPI: fan: Delete the strict check in power transition

On some laptops the Fan device is turned on/off by controlling the
corresponding power resource. For example: If the power resource
defined in _PR0 object is turned off, it indicates that the FAN device
is in off state(the ACPI state is in D3 state).

Maybe the device is already in D3 state and expected to be transited to
D3 state. As there is no _PR3 object, the power transition can't be
finished and it will be switched to the Unknown state.

Maybe it is more reasonable that the strick check in power transistion
is deleted.

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

Signed-off-by: yakui.zhao@intel.com
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/power.c