flush touch aux events without normal touch events
authorjeon <jhyuni.kang@samsung.com>
Wed, 17 Jun 2020 12:57:18 +0000 (21:57 +0900)
committerjeon <jhyuni.kang@samsung.com>
Tue, 5 Jan 2021 11:01:03 +0000 (20:01 +0900)
Change-Id: I1a249c253a0f760b523c56cd73d3daa76a2eac0b

src/evdev-fallback.c

index 72ccd8c22b3354ff2dabeefea974aa5cbeb6b8e1..cfc40a64ff3c60061fdf0c0d3a8f2bc53688d978 100644 (file)
@@ -742,6 +742,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;
        }
 }