qemu-e2k/hw/input
Sergio Lopez 8e9ebd7523 virtio-input: add a virtio-mulitouch device
Add a virtio-multitouch device to the family of devices emulated by
virtio-input implementing the Multi-touch protocol as descripted here:

https://www.kernel.org/doc/html/latest/input/multi-touch-protocol.html?highlight=multi+touch

This patch just add the device itself, without connecting it to any
backends. The following patches will add a PCI-based multitouch device,
some helpers in "ui" and will enable the GTK3 backend to transpose
multi-touch events from the host to the guest.

Signed-off-by: Sergio Lopez <slp@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230526112925.38794-4-slp@redhat.com>
2023-05-28 13:08:25 +04:00
..
adb-internal.h
adb-kbd.c
adb-mouse.c
adb.c Replace use of qdev_reset_all() with device_cold_reset() 2022-12-16 15:55:32 +00:00
ads7846.c replace TABs with spaces 2023-03-20 12:43:50 +01:00
hid.c
Kconfig
lasips2.c lasips2: update VMStateDescription for LASIPS2 device 2022-07-18 19:28:46 +01:00
lm832x.c
meson.build
pckbd.c pckbd: remove legacy i8042_mm_init() function 2022-07-18 19:28:46 +01:00
pl050.c pl050: don't use legacy ps2_mouse_init() function 2022-07-18 19:28:46 +01:00
ps2.c ps2: Don't send key release event for Lang1, Lang2 keys 2023-03-14 13:41:21 +00:00
pxa2xx_keypad.c
stellaris_input.c
trace-events ps2: remove unused legacy ps2_mouse_init() function 2022-07-18 19:28:46 +01:00
trace.h
tsc210x.c hw/input: Clean up includes 2023-02-08 07:16:23 +01:00
tsc2005.c hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg 2023-01-05 14:11:15 +00:00
vhost-user-input.c
virtio-input-hid.c virtio-input: add a virtio-mulitouch device 2023-05-28 13:08:25 +04:00
virtio-input-host.c
virtio-input.c