diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-06-17 13:25:59 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-06-17 14:39:58 +1000 |
commit | 9cb089f2b68ba21877ea0973c08837cf073679c8 (patch) | |
tree | 3204433c9fa0312f5e81ebe37dfa90b40661b408 /meson.build | |
parent | d13e11c24fbfe4859d3c054e59902226c16c9fe5 (diff) |
tablet: disable the forced proximity out for the Dell Canvas pen
This pen has random timeouts, often when a button is pressed. This causes a
forced proximity out (and the button release) and makes the whole device a
tad unusable.
Nothing we can detect by heuristics since it looks like other devices that
don't send proximity out events. And the timeout can be quite high, the
recording in #304 has over 800ms for one sequence.
Fixes #304
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 8dbfd7f9..b908a14b 100644 --- a/meson.build +++ b/meson.build @@ -770,6 +770,7 @@ if get_option('tests') 'test/litest-device-wacom-intuos5-finger.c', '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-e6-pen.c', 'test/litest-device-wacom-isdv4-e6-finger.c', 'test/litest-device-wacom-mobilestudio-pro-pad.c', |