diff --git a/src/libinput.c b/src/libinput.c index 61e2b6b2..16751281 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -1345,6 +1345,9 @@ device_has_cap(struct libinput_device *device, case LIBINPUT_DEVICE_CAP_TOUCH: capability = "CAP_TOUCH"; break; + case LIBINPUT_DEVICE_CAP_TABLET: + capability = "CAP_TABLET"; + break; } log_bug_libinput(device->seat->libinput,