mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 09:20:29 +01:00
tools: list-quirks: add the thumb pressure threshold property
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
201c876ab4
commit
91e6a84f2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue