From 91e6a84f2c3efad79f06b330c9bd83461a2dde69 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 19 Jun 2018 16:47:45 +1000 Subject: [PATCH] tools: list-quirks: add the thumb pressure threshold property Signed-off-by: Peter Hutterer --- tools/libinput-list-quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libinput-list-quirks.c b/tools/libinput-list-quirks.c index 58ebc94d..92dcbc59 100644 --- a/tools/libinput-list-quirks.c +++ b/tools/libinput-list-quirks.c @@ -114,6 +114,7 @@ list_device_quirks(struct quirks_context *ctx, struct udev_device *device) QUIRK_ATTR_PALM_PRESSURE_THRESHOLD, QUIRK_ATTR_RESOLUTION_HINT, QUIRK_ATTR_TRACKPOINT_RANGE, + QUIRK_ATTR_THUMB_PRESSURE_THRESHOLD, }; enum quirk *q;