Comment 312 for bug 550625

Revision history for this message
mostro (integrale-16v) wrote :

Followed the step mikeos wrote on 2011-04-22 (#307):

- downloaded kernel source linux-2.6.37.6 in /tmp
- downloaded patch-dell-e6510 (Dirk, #274) in /tmp
find:
alps_ec_write(psmouse, 0x0005, 0x01)
replace it with line:
alps_ec_write(psmouse, 0x0005, 0x03)
- cd /tmp/linux-2.6.37.6/drivers/input/mouse/
- patch -p0 < /tmp/patch-dell-e6510
- make -C /lib/modules/`uname -r`/build M=`pwd` psmouse.ko
- cp psmouse.ko /lib/modules/2.6.38-8-generic/kernel/drivers/input/mouse/psmouse.ko
- reboot (rmmod didn't work > system hangs)

scrolling works and tapping is disabled on Linux Mint 11 (2.6.38-8-generic x86_64)