CVSROOT: /cvs Module name: xenocara Changes by: m...@cvs.openbsd.org 2015/02/08 20:31:31
Modified files: driver/xf86-input-synaptics/src: wsconscomm.c Log message: Keep cumulative coordinates values in sync with absolute ones. This improve "two-finger scrolling" on synaptics and will allow to have proper "click-and-drag" support on elantech. Note that this change is needed because wsmouse(4)/wscons(4) do not support multitouch events for the moment and every protocol supported by pms(4) do its own translation to fake such events. >From Ulf Brosziewski, ok shadchin@