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:
787652d
)
evdev: filtering a BTN_TOOL_FINGER like a BTN_TOUCH
author
jeon
<jhyuni.kang@samsung.com>
Fri, 3 May 2019 11:20:25 +0000
(20:20 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:24:41 +0000
(19:24 +0900)
Change-Id: Iebf445657df1c3028d816f3d5ca5a925a2c571f5
src/evdev-fallback.c
patch
|
blob
|
history
diff --git
a/src/evdev-fallback.c
b/src/evdev-fallback.c
index c083ca2a37b4c6027378d8ee11ad1129649526a0..bd44448ff1d5c6615f711f1c3b875b272908c7d6 100644
(file)
--- a/
src/evdev-fallback.c
+++ b/
src/evdev-fallback.c
@@
-535,6
+535,9
@@
fallback_process_key(struct fallback_dispatch *dispatch,
if (e->value == 2)
return;
+ if (e->code == BTN_TOOL_FINGER)
+ return;
+
if (e->code == BTN_TOUCH) {
if (!device->is_mt)
fallback_process_touch_button(dispatch,