]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: dock: avoid check _STA method
authorShaohua Li <shaohua.li@intel.com>
Thu, 28 Aug 2008 02:02:03 +0000 (10:02 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 13 Nov 2008 17:56:03 +0000 (09:56 -0800)
commita442c763d20e7716bd1b91dc33ba0e27e2a7fda0
tree3bf94b72a7e5ced7e3b4cb93b1647a8745e73889
parent6a58f99038956a40c9feb5abf7cef8d306c3cf03
ACPI: dock: avoid check _STA method

commit 8b59560a3baf2e7c24e0fb92ea5d09eca92805db upstream.

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