10 Jul 2012 20:53
fix for ClickPad
Alexandr Shadchin <alexandr.shadchin <at> gmail.com>
2012-07-10 18:53:00 GMT
2012-07-10 18:53:00 GMT
Now in clickpad mode the pointer moves to [1,1] (upper left corner) even on a single tap. These patches fixes it. On issue pointed gilles <at> and matthieu <at> * cd /sys * patch < 01_kernel.diff * build and install new kernel * cd /usr/src * (if need - make obj) * make includes * cd /usr/xenocara/driver/xf86-input-synaptics * patch < 02_xenocara.diff * make -f Makefile.bsd-wrapper obj build * reboot and test Also need check on other touchpad. Comments ? OK ? -- -- Alexandr Shadchin Index: dev/pckbc/pms.c =================================================================== RCS file: /cvs/src/sys/dev/pckbc/pms.c,v retrieving revision 1.30 diff -u -p -r1.30 pms.c --- dev/pckbc/pms.c 1 Jul 2012 12:59:34 -0000 1.30 +++ dev/pckbc/pms.c 10 Jul 2012 18:17:14 -0000 <at> <at> -782,6 +782,9 <at> <at> int(Continue reading)
RSS Feed