summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-11-17 14:29:35 +1000
committerJosé Expósito <jose.exposito89@gmail.com>2021-12-14 08:09:20 +0000
commit167cebf7de1258be2047a4a9a8630288e5bbf466 (patch)
tree4f12e2f79f414539a942a4d3d9ce9d1d050bf408 /meson.build
parent23f5d9074bd6663150b0d36e39dced896d1dc55e (diff)
downloadlibinput-167cebf7de1258be2047a4a9a8630288e5bbf466.tar.gz
test: add a test device for the Wacom 524C device
This device triggers a kernel bug in the InRange and Invert handling, every time BTN_TOUCH is set the device also sets BTN_TOOL_PEN even when we currently have the eraser in proximity. Recording from https://github.com/linuxwacom/xf86-input-wacom/issues/186 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a423a962..1813add9 100644
--- a/meson.build
+++ b/meson.build
@@ -798,6 +798,7 @@ if get_option('tests')
'test/litest-device-wacom-intuos5-pad.c',
'test/litest-device-wacom-intuos5-pen.c',
'test/litest-device-wacom-isdv4-4200-pen.c',
+ 'test/litest-device-wacom-isdv4-524c-pen.c',
'test/litest-device-wacom-isdv4-e6-pen.c',
'test/litest-device-wacom-isdv4-e6-finger.c',
'test/litest-device-wacom-mobilestudio-pro-pad.c',