Hi, $subject says all. Last patch has detailed usage docs, so I'm not repeating it here.
cheers, Gerd Gerd Hoffmann (6): input: switch hid keyboard to new input layer api. input: switch hid mouse and tablet to the new input layer api. input: bind devices and input routing sdl: pass key event source to input layer usb: add input routing support for tablet and keyboard docs: add multiseat.txt docs/multiseat.txt | 76 +++++++++++++++++ hw/input/hid.c | 220 ++++++++++++++++++++++++++++++++----------------- hw/usb/dev-hid.c | 13 +++ include/hw/input/hid.h | 4 +- include/ui/input.h | 3 + ui/input.c | 43 +++++++++- ui/sdl2.c | 21 +++-- 7 files changed, 290 insertions(+), 90 deletions(-) create mode 100644 docs/multiseat.txt -- 1.8.3.1