https://bugzilla.novell.com/show_bug.cgi?id=235197 ------- Comment #19 from bk@novell.com 2007-02-28 10:02 MST ------- A version of the psmouse shutdown fix which Thomas posted here in Comment #2 is now included in our latest Kernel for 10.3, but instead of serio_driver_remove, it calls serio_driver_remove, which calls serio_shutdown, which calls psmouse_cleanup, which does this, AFAICS: /* * Some boxes, such as HP nx7400, get terribly confused if mouse * is not fully enabled before suspending/shutting down. */ ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_ENABLE); If this is right for the nx6325 as well (which can be assumed), this will work, but a final test on the same machine would be good to verify it. This is the 10.3/KOTD changelog entry after which psmouse should not break things on suspend: * Wed Feb 21 2007 - trenn@suse.de - patches.fixes/psmouse-fiddle-with-reset.patch: psmouse - properly reset mouse on shutdown/suspend. - patches.fixes/serio-cleanup-to-bus_2.patch: i8042 - let serio bus suspend ports. Fix suspend to ram (246948). One needs to do a number of repeated suspend/resume cycles in X with apps running in order to verify that the issue is fixed/not fixed. -- Configure bugmail: https://bugzilla.novell.com/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.