commit | 8b59560a3baf2e7c24e0fb92ea5d09eca92805db | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Thu Aug 28 10:02:03 2008 +0800 |
committer | Len Brown <len.brown@intel.com> | Tue Sep 23 22:54:39 2008 -0400 |
tree | 667d19e207f65049873a3283049ff93fa8e68472 | |
parent | 72d31053f62c4bc464c2783974926969614a8649 [diff] |
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>