evdev: hook up a generic enable/disable interface for devices
[platform/upstream/libinput.git] / src / evdev-mt-touchpad.c
index b58a6ca..d831b83 100644 (file)
@@ -824,6 +824,8 @@ tp_init(struct tp_dispatch *tp,
        if (tp_init_palmdetect(tp, device) != 0)
                return -1;
 
+       device->seat_caps |= EVDEV_DEVICE_POINTER;
+
        return 0;
 }