Re: [Qemu-devel] [PATCH] virtio-input: support absolute axis config in pass-through

2016-04-13 Thread Ladi Prosek
On Wed, Apr 13, 2016 at 5:45 PM, Gerd Hoffmann wrote: > On Mi, 2016-04-13 at 16:43 +0200, Ladi Prosek wrote: >> VIRTIO_INPUT_CFG_ABS_INFO was not implemented for pass-through input >> devices. This patch follows the existing design and pre-fetches the >> config for all absolute axes using EVIOCGAB

Re: [Qemu-devel] [PATCH] virtio-input: support absolute axis config in pass-through

2016-04-13 Thread Gerd Hoffmann
On Mi, 2016-04-13 at 16:43 +0200, Ladi Prosek wrote: > VIRTIO_INPUT_CFG_ABS_INFO was not implemented for pass-through input > devices. This patch follows the existing design and pre-fetches the > config for all absolute axes using EVIOCGABS at realize time. Just in time for the input pull request

[Qemu-devel] [PATCH] virtio-input: support absolute axis config in pass-through

2016-04-13 Thread Ladi Prosek
VIRTIO_INPUT_CFG_ABS_INFO was not implemented for pass-through input devices. This patch follows the existing design and pre-fetches the config for all absolute axes using EVIOCGABS at realize time. Signed-off-by: Ladi Prosek --- hw/input/virtio-input-host.c | 46