On Fri, Jan 15, 2021 at 02:26:23AM +0200, Vasyl Vavrychuk wrote: > From: Mathias Crombez <mathias.crom...@faurecia.com> > > 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 <mathias.crom...@faurecia.com> > Co-developed-by: Vasyl Vavrychuk <vasyl.vavryc...@opensynergy.com> > Signed-off-by: Vasyl Vavrychuk <vasyl.vavryc...@opensynergy.com> > --- > v2: fix patch corrupted by corporate email server > v3: use number of slots from the host > > Resend since to feedback. > > drivers/virtio/virtio_input.c | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-)
Have no test hardware, the logic looks sane though. Reviewed-by: Gerd Hoffmann <kra...@redhat.com> take care, Gerd