[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
(pRelAxes, REL_X) || + !InputCfgDataHasBit(pRelAxes, REL_Y)) && pMouseDesc->uNumOfButtons > 0 && InputCfgDataHasBit(pAbsAxes, ABS_X) && InputCfgDataHasBit(pAbsAxes, ABS_Y)) { On Sun, Feb 25, 2018 at 05:21:29AM -0500, Justin Gatzen wrote: >