]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: dock: avoid check _STA method
authorShaohua Li <shaohua.li@intel.com>
Thu, 6 Nov 2008 19:18:55 +0000 (14:18 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 10 Nov 2008 18:50:06 +0000 (10:50 -0800)
commit507703a31300ca22b2e6d7972eb8d9be7ac22426
treeeb9c47d0dc0dca66350b50e602b08bf2df205e03
parentf46a5d17908de83a415ae0bbc18c53cb596458f3
ACPI: dock: avoid check _STA method

commit 8b59560a3baf2e7c24e0fb92ea5d09eca92805db upstream.

ACPI: dock: avoid check _STA method

In some BIOSes, every _STA method call will send a notification again,
this cause freeze. And in some BIOSes, it appears _STA should be called
after _DCK. This tries to avoid calls _STA, and still keep the device
present check.

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

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/dock.c