Re: [PATCH libinput] touchpad: allow BTN_LEFT in clickfinger mode without touches

2015-04-26 Thread Peter Hutterer
On Fri, Apr 24, 2015 at 08:30:28AM +0200, Hans de Goede wrote: > Hi, > > On 24-04-15 06:20, Peter Hutterer wrote: > >On the Logitech T650 it's quite easy to trigger a click without touching the > >surface. For software buttons we discard those clicks because we can't tell > >where the finger is to

Re: [PATCH libinput] touchpad: allow BTN_LEFT in clickfinger mode without touches

2015-04-23 Thread Hans de Goede
Hi, On 24-04-15 06:20, Peter Hutterer wrote: On the Logitech T650 it's quite easy to trigger a click without touching the surface. For software buttons we discard those clicks because we can't tell where the finger is to decide on left vs right click. It takes effort to trigger a click with two

[PATCH libinput] touchpad: allow BTN_LEFT in clickfinger mode without touches

2015-04-23 Thread Peter Hutterer
On the Logitech T650 it's quite easy to trigger a click without touching the surface. For software buttons we discard those clicks because we can't tell where the finger is to decide on left vs right click. It takes effort to trigger a click with two fingers without triggering a touch though, so i