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 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 comment on the location of the new
definitions if inappropriate.

The changes to qapi were improved following Eric's hints.

Fabian Lesniak (3):
   qapi: add support for mice with extra/side buttons
   ps2: add support for mice with extra/side buttons
   ui: add support for mice with extra/side buttons

  hw/input/ps2.c | 8 +---
  include/hw/input/ps2.h | 6 ++
  qapi-schema.json   | 7 ++-
  ui/gtk.c   | 4 
  ui/input-linux.c   | 6 ++
  5 files changed, 27 insertions(+), 4 deletions(-)






[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 comment on the location of the new
definitions if inappropriate.

The changes to qapi were improved following Eric's hints.

Fabian Lesniak (3):
  qapi: add support for mice with extra/side buttons
  ps2: add support for mice with extra/side buttons
  ui: add support for mice with extra/side buttons

 hw/input/ps2.c | 8 +---
 include/hw/input/ps2.h | 6 ++
 qapi-schema.json   | 7 ++-
 ui/gtk.c   | 4 
 ui/input-linux.c   | 6 ++
 5 files changed, 27 insertions(+), 4 deletions(-)

-- 
2.10.2