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
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
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