[PATCH libinput] touchpad: always reset the motion history on finger changes

2016-08-28 Thread Peter Hutterer
We've already been doing this for semi-mt devices and for non-clickpads but let's do it for clickpads as well. On Synaptics touchpads (PS/2 and RMI4) we see slot jumps where two slots are active, slot X ends but slot Y continues with the other slot's positional data. This causes a cursor jump on fi

Re: [PATCH wayland 1/2] util: Document wl_list methods

2016-08-28 Thread Giulio Camuffo
Il 26/ago/2016 16:28, "Yong Bakos" ha scritto: > > On Aug 26, 2016, at 2:12 AM, Giulio Camuffo wrote: > > > > Hi, > > > > > >> > >> +/** > >> + * Removes an element from the list. > >> + * > >> + * \param elm element to remove from the list > >> + */ > > I think this should mention that elm is le