mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 10:18:09 +02:00
tablet: add a debugging message when we force a proximity out
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f45a8c9ed7
commit
1a5474d166
1 changed files with 2 additions and 0 deletions
|
|
@ -1788,6 +1788,8 @@ tablet_proximity_out_quirk_timer_func(uint64_t now, void *data)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
evdev_log_debug(tablet->device, "tablet: forcing proximity after timeout\n");
|
||||||
|
|
||||||
tablet->quirks.proximity_out_in_progress = true;
|
tablet->quirks.proximity_out_in_progress = true;
|
||||||
ARRAY_FOR_EACH(events, e) {
|
ARRAY_FOR_EACH(events, e) {
|
||||||
tablet->base.interface->process(&tablet->base,
|
tablet->base.interface->process(&tablet->base,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue