If we don't have tool-based palm detection, make sure our touch is labelled as
"not palm" during touch down. Otherwise that slot remains on palm forever if
it gets tagged as palm through some other means.
This currently has no effect, nothing in the code would label the touch as
palm. This is prep work for better touch arbitration.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
slot->palm_state = PALM_NONE;
break;
}
+ } else {
+ slot->palm_state = PALM_NONE;
}
} else {
dispatch->pending_event |= EVDEV_ABSOLUTE_MT;