[Qemu-devel] [PATCH 3/3] input: virtio: don't send mouse wheel event twice

2017-12-22 Thread Miika S
On Linux, a mouse event is generated for both down and up when mouse wheel is used. This caused virtio_input_send() to be called twice each time the wheel was used. This commit adds a check for the button down state and only calls virtio_input_send() when it is true. Signed-off-by: Miika S ---

[Qemu-devel] [PATCH 3/3] input: virtio: don't send mouse wheel event twice

2017-12-18 Thread Miika S
On Linux, a mouse event is generated for both down and up when mouse wheel is used. This caused virtio_input_send() to be called twice each time the wheel was used. This commit adds a check for the button down state and only calls virtio_input_send() when it is true. Signed-off-by: Miika S ---