Re: [PATCH] touchpad: if no touches assume left click under clickfinger method

2015-02-05 Thread Bobby Powers
Hello, On Thu, Feb 5, 2015 at 6:07 AM, Hans de Goede wrote: > I do have 2 requests: ... >> - if (button == 0) { >> + if (button == 0 && tp->buttons.click_method != >> LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER) { > > > 1) This line is longer then 80 chars, please break i

Re: [PATCH] touchpad: if no touches assume left click under clickfinger method

2015-02-05 Thread Hans de Goede
Hi, On 05-02-15 06:13, Bobby Powers wrote: On the 3rd gen x1 carbons, if your finger is at the very bottom of the touchpad, you can click the touchpad without it registering your finger as a touch down. Treat this case the same as a single-finger left click, which matches my intention. Signed-

[PATCH] touchpad: if no touches assume left click under clickfinger method

2015-02-04 Thread Bobby Powers
On the 3rd gen x1 carbons, if your finger is at the very bottom of the touchpad, you can click the touchpad without it registering your finger as a touch down. Treat this case the same as a single-finger left click, which matches my intention. Signed-off-by: Bobby Powers --- src/evdev-mt-touchp