26.04.2020 07:52, Dmitry Torokhov пишет: > On Mon, Apr 13, 2020 at 03:32:23PM +0200, Michał Mirosław wrote: >> Driver only ever reports MT events. Clear capabilities of all others. > > This is not true. input_mt_sync_frame() calls > input_mt_report_pointer_emulation() which does emut single-touch events > for the benefit of older userspace (or userspace that is not interested > in multitouch). That's a good catch, thank you very much for the clarification!