[PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT

2020-01-02 Thread Rudolf Streif
For multi-touch devices the frontend needs to initialize the correct number of slots for touch tracking. Hardware drivers do this by calling input_mt_init_slots() on initialization. For virtio_input the function must be called when the backend sends ABS_MT_SLOT. Signed-off-by: Rudolf J Streif ---

Re: [PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT

2020-04-14 Thread Rudolf Streif
Resubmit. Thank you. From: Virtualization on behalf of Rudolf Streif Sent: Thursday, January 2, 2020 11:12 AM To: kra...@redhat.com Cc: virtualization@lists.linux-foundation.org Subject: [PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT For

Re: [PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT

2020-04-28 Thread kra...@redhat.com
Rudolf Streif > Sent: Thursday, January 2, 2020 11:12 AM > To: kra...@redhat.com > Cc: virtualization@lists.linux-foundation.org > Subject: [PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT > > > For multi-touch devices the frontend needs to initialize the correct >