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:
fe576eb
)
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>
Tue, 4 Feb 2025 09:32:08 +0000
(18:32 +0900)
Change-Id: Iebf445657df1c3028d816f3d5ca5a925a2c571f5
src/evdev-fallback.c
patch
|
blob
|
history
diff --git
a/src/evdev-fallback.c
b/src/evdev-fallback.c
index d71ae3c5a2e534e15057feb44cee31e8c8588e7c..b0bd8852de5028edabe9734ae0b3d0a7ce34d3f1 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,