qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] add support for mice with extra/side buttons
@ 2016-12-06 19:00 Fabian Lesniak
  2016-12-06 19:00 ` [Qemu-devel] [PATCH v3 1/3] qapi: " Fabian Lesniak
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabian Lesniak @ 2016-12-06 19:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-01-10 11:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 19:00 [Qemu-devel] [PATCH v3 0/3] add support for mice with extra/side buttons Fabian Lesniak
2016-12-06 19:00 ` [Qemu-devel] [PATCH v3 1/3] qapi: " Fabian Lesniak
2016-12-06 19:00 ` [Qemu-devel] [PATCH v3 2/3] ps2: " Fabian Lesniak
2016-12-06 19:00 ` [Qemu-devel] [PATCH v3 3/3] ui: " Fabian Lesniak
2017-01-09 23:47 ` [Qemu-devel] [PATCH v3 0/3] " Fabian Lesniak
2017-01-10 11:37   ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).