Comment 5 for bug 552214

Revision history for this message
Onno Steenbergen (osteenbergen) wrote :

Fixed it by creating /etc/pm/sleep.d/98bcm

#!/bin/bash

# Only run on resume/thaw
if [[ ${1} =~ (thaw|resume) ]] ; then

 rmmod bcm5974
 modprobe bcm5974
fi

Don't know what driver your touchpad uses, but reloading seems to triage it.