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(-)