Re: [PATCH RESEND v3] virtio-input: add multi-touch support

2021-02-03 Thread Gerd Hoffmann
On Fri, Jan 15, 2021 at 02:26:23AM +0200, Vasyl Vavrychuk wrote: > From: Mathias Crombez > > Without multi-touch slots allocated, ABS_MT_SLOT events will be lost by > input_handle_abs_event. > > Implementation is based on uinput_create_device. > > Signed-off-by: Mathias Crombez >

Re: [PATCH RESEND v3] virtio-input: add multi-touch support

2021-02-01 Thread Colin Xu
I second the support of MT with this one or other alternative. This patch has been tested work in one of our POC project. -- Best Regards, Colin Xu On Fri, 29 Jan 2021, Michael S. Tsirkin wrote: On Fri, Jan 29, 2021 at 02:06:54PM +0200, Vasyl Vavrychuk wrote: Hi, All, There has been no

[PATCH RESEND v3] virtio-input: add multi-touch support

2021-01-14 Thread Vasyl Vavrychuk
From: Mathias Crombez Without multi-touch slots allocated, ABS_MT_SLOT events will be lost by input_handle_abs_event. Implementation is based on uinput_create_device. Signed-off-by: Mathias Crombez Co-developed-by: Vasyl Vavrychuk Signed-off-by: Vasyl Vavrychuk --- v2: fix patch corrupted