tablet: change error message to TABLET_TOOL from TABLET

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-02-01 17:19:55 +10:00
parent 87d60276f3
commit e086f9cf92

View file

@ -1951,7 +1951,7 @@ device_has_cap(struct libinput_device *device,
capability = "CAP_GESTURE";
break;
case LIBINPUT_DEVICE_CAP_TABLET_TOOL:
capability = "CAP_TABLET";
capability = "CAP_TABLET_TOOL";
break;
}