http://bugzilla.kernel.org/show_bug.cgi?id=10431
------- Comment #20 from [EMAIL PROTECTED] 2008-05-08 07:37 ------- The patch in http://bugzilla.kernel.org/show_bug.cgi?id=7812 doesn't change the behaviour at all. I still get the "Unable to dock!" message when I remove the laptop. Looking at the code, there seems to be only one sequence of events that can cause this: 1. I remove the laptop. 2. The Dell BIOS sends ACPI_NOTIFY_BUS_CHECK. 3. acpi_bus_get_device() succeeds. 4. dock() executes the _DCK method without seeing a failure. 5. dock_present() is false, because the laptop is genuinely not in the dock. I suspect that step 2 is a harmless BIOS bug. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
