Messages in this thread |  | | Subject | Re: Dell Latitude C600 suspend problem | Date | Sun, 7 Oct 2001 15:10:14 +0100 (BST) | From | Alan Cox <> |
| |
> A closer investigation revealed that the patch meant to correct a > problem with the internal ps2 pointing device on suspend is at fault. > Commenting out the entry in arch/i386/kernel/dmi_scan.c that triggers > the activation of this logic for the C600 allows the machine to > suspend normally.
The change doesn't affect the suspend. What it deals with is the resume side. When the C600 resumes it doesn't always restore the keyboard/mouse state.
The actual code it runs is pckbd_pm_resume() (pc_keyb.c) so you might want to see if that is actually triggering and where it hangs during the resume Its possible it broke across the merge due to other keyb changes - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |