summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-09-11 10:32:42 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-09-20 09:30:06 +1000
commit0ac868143a55c7b2700f90e6420cd2233404e19e (patch)
treead28304375a971e8736e96451716e4c69230e01c /meson.build
parent1962c6f2db819a6d3bfe9031f86d221150c3c572 (diff)
tablet: support tablet devices without BTN_TOOL_PEN
Some devices like the UC Logic WP5540U has BTN_STYLUS but not BTN_TOOL_PEN. While a kernel bug, let's just handle these correctly anyway. https://bugs.freedesktop.org/show_bug.cgi?id=102570 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Yay-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
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 41381553..dc3ab1b6 100644
--- a/meson.build
+++ b/meson.build
@@ -569,6 +569,7 @@ if get_option('tests')
'test/litest-device-trackpoint.c',
'test/litest-device-touch-screen.c',
'test/litest-device-touchscreen-fuzz.c',
+ 'test/litest-device-uclogic-tablet.c',
'test/litest-device-wacom-bamboo-16fg-pen.c',
'test/litest-device-wacom-cintiq-12wx-pen.c',
'test/litest-device-wacom-cintiq-13hdt-finger.c',