projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f908e25
)
flush touch aux events without normal touch events
author
jeon
<jhyuni.kang@samsung.com>
Wed, 17 Jun 2020 12:57:18 +0000
(21:57 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:24:41 +0000
(19:24 +0900)
Change-Id: I1a249c253a0f760b523c56cd73d3daa76a2eac0b
src/evdev-fallback.c
patch
|
blob
|
history
diff --git
a/src/evdev-fallback.c
b/src/evdev-fallback.c
index d561bdf7e73fbb5e43525599321dff5ff2392537..9a3d11142b51a08ed3a7f467eaed276705b44fd0 100644
(file)
--- a/
src/evdev-fallback.c
+++ b/
src/evdev-fallback.c
@@
-687,6
+687,8
@@
fallback_process_touch(struct fallback_dispatch *dispatch,
break;
default:
fallback_process_touch_extra_aux_data(dispatch, device, e);
+ dispatch->pending_event |= EVDEV_ABSOLUTE_MT;
+ slot->dirty = true;
break;
}
}