Hi, Here is the input patch queue, fixing a ps/2 bug and finally merging the wctablet (2016 gsoc project).
please pull, Gerd The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20170220-1 for you to fetch changes up to 378af96155d62d90c876ee5e7648803247f1d864: Add wctablet device (2017-02-20 11:26:28 +0100) ---------------------------------------------------------------- input: add wctablet, ps2 fix ---------------------------------------------------------------- Anatoli Huseu1 (1): Add wctablet device Fabian Lesniak (1): ps2: fix mouse mappings for right/middle button Makefile.objs | 1 + backends/Makefile.objs | 2 +- backends/trace-events | 10 ++ backends/wctablet.c | 369 +++++++++++++++++++++++++++++++++++++++++++++++ chardev/char.c | 1 + docs/qdev-device-use.txt | 2 +- include/hw/input/ps2.h | 4 +- qapi-schema.json | 3 +- 8 files changed, 387 insertions(+), 5 deletions(-) create mode 100644 backends/trace-events create mode 100644 backends/wctablet.c