evdev: filtering a BTN_TOOL_FINGER like a BTN_TOUCH 35/205435/2 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.011620 accepted/tizen/5.5/unified/mobile/hotfix/20201027.074132 accepted/tizen/unified/20190602.221738 submit/tizen/20190530.015425 submit/tizen/20190530.231051 submit/tizen_5.5/20191031.000007 submit/tizen_5.5_mobile_hotfix/20201026.185107 tizen_5.5.m2_release
authorjeon <jhyuni.kang@samsung.com>
Fri, 3 May 2019 11:20:25 +0000 (20:20 +0900)
committerjeon <jhyuni.kang@samsung.com>
Tue, 7 May 2019 04:52:10 +0000 (13:52 +0900)
Change-Id: Iebf445657df1c3028d816f3d5ca5a925a2c571f5

src/evdev.c

index d55d2c20427bb94358096e840f83b06bff75a925..28bcaa6424458400ed180abad83b0da6a1b59003 100644 (file)
@@ -953,6 +953,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,