Comment 72 for bug 282387

Revision history for this message
Tomasz Nowakowski (crazyrat) wrote :

I have applied also patch from comment #23 and all works perfect now. What I mean is that track point scroll and left mouse dragging works after waking up from suspend. I've tried several times put my computer into S3 mode and wake, and all seems to be working fine.
For the record I'll write all the scriptology that have been applied. I have to install some additional packages (autoconf, libltd7, libtool).

patch1: http://launchpadlibrarian.net/19254960/preinit.diff
patch2: http://launchpadlibrarian.net/18944380/restorewakeup.diff

sudo apt-get build-dep xserver-xorg-input-evdev
apt-get source xserver-xorg-input-evdev
cd xserver-xorg-input-evdev-2.0.99+git20080912
patch -p1 < /path/to/patch1/preinit.diff
patch -p1 < /path/to/patch2/restorewakeup.diff
./autogen.sh --prefix=/usr
make
sudo make install

I hope this will help somebody.