flush touch aux events without normal touch events
authorjeon <jhyuni.kang@samsung.com>
Wed, 17 Jun 2020 12:57:18 +0000 (21:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:24:41 +0000 (19:24 +0900)
Change-Id: I1a249c253a0f760b523c56cd73d3daa76a2eac0b

src/evdev-fallback.c

index d561bdf7e73fbb5e43525599321dff5ff2392537..9a3d11142b51a08ed3a7f467eaed276705b44fd0 100644 (file)
@@ -687,6 +687,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;
        }
 }