[PATCH libinput 2/6] touchpad: move CAP_GESTURE assignment to the touchpad code
Hans de Goede
hdegoede at redhat.com
Thu Jul 30 05:28:06 PDT 2015
Hi,
On 30-07-15 08:11, Peter Hutterer wrote:
> That's where we set the pointer cap too.
> No functional changes.
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
LGTM: Reviewed-by: Hans de Goede <hdegoede at redhat.com>
Regards,
Hans
> ---
> src/evdev-mt-touchpad.c | 1 +
> src/evdev.c | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
> index ee1612e..e110b9a 100644
> --- a/src/evdev-mt-touchpad.c
> +++ b/src/evdev-mt-touchpad.c
> @@ -1918,6 +1918,7 @@ tp_init(struct tp_dispatch *tp,
> return -1;
>
> device->seat_caps |= EVDEV_DEVICE_POINTER;
> + device->seat_caps |= EVDEV_DEVICE_GESTURE;
>
> return 0;
> }
> diff --git a/src/evdev.c b/src/evdev.c
> index ee904d3..aba124b 100644
> --- a/src/evdev.c
> +++ b/src/evdev.c
> @@ -1950,7 +1950,6 @@ evdev_configure_device(struct evdev_device *device)
>
> if (udev_tags & EVDEV_UDEV_TAG_TOUCHPAD) {
> device->dispatch = evdev_mt_touchpad_create(device);
> - device->seat_caps |= EVDEV_DEVICE_GESTURE;
> log_info(libinput,
> "input device '%s', %s is a touchpad\n",
> device->devname, devnode);
>
More information about the wayland-devel
mailing list