mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 10:30:07 +01:00
tap: log a tap bug for release on MULTITAP_PALM
If we get here, the finger may only triger a PALM_UP but not a RELEASE event. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
847e0b68bc
commit
3cae73a7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ tp_tap_multitap_palm_handle_event(struct tp_dispatch *tp,
|
|||
{
|
||||
switch (event) {
|
||||
case TAP_EVENT_RELEASE:
|
||||
/* This is the palm finger */
|
||||
log_tap_bug(tp, t, event);
|
||||
break;
|
||||
case TAP_EVENT_TOUCH:
|
||||
tp->tap.state = TAP_STATE_MULTITAP_DOWN;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue