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:
ade4ce3
)
flush touch aux events without normal touch events
04/236504/1
accepted/tizen_6.0_unified_hotfix
tizen_6.0_hotfix
accepted/tizen/6.0/unified/20201030.110902
accepted/tizen/6.0/unified/hotfix/20201102.233808
accepted/tizen/6.0/unified/hotfix/20201103.051654
accepted/tizen/unified/20200619.004624
submit/tizen/20200618.095520
submit/tizen_6.0/20201029.205502
submit/tizen_6.0_hotfix/20201102.192902
submit/tizen_6.0_hotfix/20201103.115102
tizen_6.0.m2_release
author
jeon
<jhyuni.kang@samsung.com>
Wed, 17 Jun 2020 12:57:18 +0000
(21:57 +0900)
committer
jeon
<jhyuni.kang@samsung.com>
Wed, 17 Jun 2020 12:57:18 +0000
(21:57 +0900)
Change-Id: I1a249c253a0f760b523c56cd73d3daa76a2eac0b
src/evdev-fallback.c
patch
|
blob
|
history
diff --git
a/src/evdev-fallback.c
b/src/evdev-fallback.c
index a7d001015e38e1cea92e51bbaaa42afe55f9bc05..dd017a879ff05d626c6307b9fb81e3aa3c2a6395 100644
(file)
--- a/
src/evdev-fallback.c
+++ b/
src/evdev-fallback.c
@@
-750,6
+750,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;
}
}