Comment 4 for bug 1046512

Revision history for this message
Anca Emanuel (anca-emanuel) wrote : Re: [regression][precise] synaptics: Touchpad unresponsive in the latest kernel 3.2.0-30.48

Confirmed.
Reverting that in upstream kernel solves my problem.

git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux
cp /boot/config-`uname -r` .config
yes '' | make oldconfig
git revert c0394506e69b37c47d391c2a7bbea3ea236d8ec8
CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-revertedc0394506 kernel_image kernel_headers
cd ..
sudo dpkg -i linux*.deb

After reboot:

uname -a
Linux asus 3.6.0-rc4-revertedc0394506+ #1 SMP Thu Sep 6 10:33:54 EEST 2012 x86_64 x86_64 x86_64 GNU/Linux

My touchpad (vertical scroll) works as expected.