Re: [Qemu-devel] [PATCH v3 0/3] add support for mice with extra/side buttons

2017-01-10 Thread Gerd Hoffmann
On Di, 2017-01-10 at 00:47 +0100, Fabian Lesniak wrote: > Ping. > > I forgot to CC Gerd. > > http://patchwork.ozlabs.org/patch/703302/ > > http://patchwork.ozlabs.org/patch/703304/ > > http://patchwork.ozlabs.org/patch/703303/ Added to ui queue now. thanks, Gerd

Re: [Qemu-devel] [PATCH v3 0/3] add support for mice with extra/side buttons

2017-01-09 Thread Fabian Lesniak
Ping. I forgot to CC Gerd. http://patchwork.ozlabs.org/patch/703302/ http://patchwork.ozlabs.org/patch/703304/ http://patchwork.ozlabs.org/patch/703303/ Am 06.12.2016 um 20:00 schrieb Fabian Lesniak: This patch implements event handling for 5-button ps/2 mice and appropriate event generatio

[Qemu-devel] [PATCH v3 0/3] add support for mice with extra/side buttons

2016-12-06 Thread Fabian Lesniak
This patch implements event handling for 5-button ps/2 mice and appropriate event generation for gtk and input-linux input methods. As Gerd suggested, it is now split into three parts and introduces distinct ps2 mouse button definitions instead of using the legacy ones from console.h. Please comm