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

2020-12-18 Thread Vasyl Vavrychuk
Hi, Dmitry, Thanks for you suggestion. I have sent v3 version of the patch where I have applied it. Kind regards, Vasyl On 09.12.20 00:05, Dmitry Torokhov wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the

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

2020-12-18 Thread Vasyl Vavrychuk
On 09.12.20 10:28, Michael S. Tsirkin wrote: On Tue, Dec 08, 2020 at 11:01:50PM +0200, Vasyl Vavrychuk wrote: From: Mathias Crombez Cc: sta...@vger.kernel.org I don't believe this is appropriate for stable, looks like a new feature to me. Agree, removed. +config

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

2020-12-09 Thread Michael S. Tsirkin
On Tue, Dec 08, 2020 at 11:01:50PM +0200, Vasyl Vavrychuk wrote: > From: Mathias Crombez > Cc: sta...@vger.kernel.org I don't believe this is appropriate for stable, looks like a new feature to me. > > Without multi-touch slots allocated, ABS_MT_SLOT events will be lost by >

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

2020-12-08 Thread Greg KH
On Tue, Dec 08, 2020 at 11:01:50PM +0200, Vasyl Vavrychuk wrote: > From: Mathias Crombez > > Without multi-touch slots allocated, ABS_MT_SLOT events will be lost by > input_handle_abs_event. > > Signed-off-by: Mathias Crombez > Signed-off-by: Vasyl Vavrychuk > Tested-by: Vasyl Vavrychuk >

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

2020-12-08 Thread Dmitry Torokhov
Hi Vasyl, On Tue, Dec 08, 2020 at 11:01:50PM +0200, Vasyl Vavrychuk wrote: > From: Mathias Crombez > > Without multi-touch slots allocated, ABS_MT_SLOT events will be lost by > input_handle_abs_event. > > Signed-off-by: Mathias Crombez > Signed-off-by: Vasyl Vavrychuk > Tested-by: Vasyl

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

2020-12-08 Thread Vasyl Vavrychuk
From: Mathias Crombez Without multi-touch slots allocated, ABS_MT_SLOT events will be lost by input_handle_abs_event. Signed-off-by: Mathias Crombez Signed-off-by: Vasyl Vavrychuk Tested-by: Vasyl Vavrychuk --- v2: fix patch corrupted by corporate email server drivers/virtio/Kconfig