Comment 83 for bug 282387

Revision history for this message
kelvie (kelvie) wrote :

Hmm, then perhaps it would be a good idea to put in /etc/acpi/resume.d a script (I called mine 99-reload-psmouse):

#!/bin/sh
rmmod psmouse
modprobe psmouse

I think you have to chmod +x it as well.