Skip to content
Commit ffd8c71e authored by Peter Hutterer's avatar Peter Hutterer
Browse files

tablet: fix double proximity out on slow proximity out pens



Where the proximity out event is delayed by the kernel, libinput would cause
an extra proxmity in-out after the forced proximity out event.

Event sequence is basically (k: kernel, l: libinput)

k: tablet axis events
l: tablet axis events
k: nothing for $proximity timer milliseconds
l: tablet proximity out
k: proximity out event
l: proximity in event
l: proximity out event

Fixes #306

Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent ea5b764e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment