Re: [Qemu-devel] Windows vioinput guest driver tablet input bug

2018-02-25 Thread Yan Vugenfirer
Hello Justin, Thanks a lot for the patch proposal. I opened the issue on virtio-win GitHub page to track the issue: https://github.com/virtio-win/kvm-guest-drivers-windows/issues/249 Best regards, Yan. > On 25 Feb 2018, at 13:41, Justin Gatzen wrote: > > The last email's diff got mangled due

[Qemu-devel] Windows vioinput guest driver tablet input bug

2018-02-25 Thread Justin Gatzen
Hi, The vioinput Windows guest driver does not seem to work with mouse wheel or side buttons for virtio-tablet-pci devices, while virtio-mouse-pci works as expected. Linux guest drivers are unaffected. Tablets are being categorized as mice due to the EXPOSE_ABS_AXES_WITH_BUTTONS_AS_MOUSE compile f

Re: [Qemu-devel] Windows vioinput guest driver tablet input bug

2018-02-25 Thread Justin Gatzen
The last email's diff got mangled due to long lines. The original source has long lines still but it shouldnt get cut off his time. Justin, diff --git a/vioinput/sys/HidMouse.c b/vioinput/sys/HidMouse.c index 69dac235..528bd3d6 100644 --- a/vioinput/sys/HidMouse.c +++ b/vioinput/sys/HidMouse.c @