Re: [PATCH libinput] touchpad: only pair tracksticks with touchpads where needed

2015-05-31 Thread Peter Hutterer
On Fri, May 29, 2015 at 09:38:12AM +0200, Hans de Goede wrote: > Hi, > > On 29-05-15 05:16, Peter Hutterer wrote: > >On topbuttonpads we need the trackstick pairing to generate the right > >software > >buttons, on the X1 Carbon-like devices we need the pairing to route the > >buttons correctly (t

Re: [PATCH libinput] touchpad: only pair tracksticks with touchpads where needed

2015-05-29 Thread Hans de Goede
Hi, On 29-05-15 05:16, Peter Hutterer wrote: On topbuttonpads we need the trackstick pairing to generate the right software buttons, on the X1 Carbon-like devices we need the pairing to route the buttons correctly (though this code is obsolete with newer kernels). This fixes the touchpad being

[PATCH libinput] touchpad: only pair tracksticks with touchpads where needed

2015-05-28 Thread Peter Hutterer
On topbuttonpads we need the trackstick pairing to generate the right software buttons, on the X1 Carbon-like devices we need the pairing to route the buttons correctly (though this code is obsolete with newer kernels). This fixes the touchpad being unresponsive while the trackpoint is in use. ht