Re: [Spice-devel] [PATCH v3 vdagent-linux] vdagentd: support fake uinput

2013-09-03 Thread Hans de Goede
ACK. On 09/02/2013 11:09 PM, Alon Levy wrote: This is used with Xspice. Fake means we open a pipe for write only, and don't do any ioctls on it. Specifically it means the axis and buttons have to be coordinated for now with Xspice (xf86-video-qxl). Signed-off-by: Alon Levy --- src/vdagentd-u

[Spice-devel] [PATCH v3 vdagent-linux] vdagentd: support fake uinput

2013-09-02 Thread Alon Levy
This is used with Xspice. Fake means we open a pipe for write only, and don't do any ioctls on it. Specifically it means the axis and buttons have to be coordinated for now with Xspice (xf86-video-qxl). Signed-off-by: Alon Levy --- src/vdagentd-uinput.c | 11 +-- src/vdagentd-uinput.h |