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:
fd49be5
)
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>
Tue, 4 Feb 2025 09:32:08 +0000
(18:32 +0900)
Change-Id: I1a249c253a0f760b523c56cd73d3daa76a2eac0b
src/evdev-fallback.c
patch
|
blob
|
history
diff --git
a/src/evdev-fallback.c
b/src/evdev-fallback.c
index ac7cb8e2afe6cd7cdaf63e9c6fd382b8d6bcca39..647edec228ed75aaf2ee6c6e89524aff580b2be3 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;
}
}