Re: [Qemu-devel] [PATCH] virtio-input: implement pass-through evdev writes

2016-04-01 Thread Ladi Prosek
On Fri, Apr 1, 2016 at 12:20 PM, Gerd Hoffmann wrote: > On Fr, 2016-04-01 at 11:31 +0200, Ladi Prosek wrote: >> The write path for pass-through devices, commonly used for controlling >> keyboard LEDs via EV_LED, was not implemented. This commit adds the >> necessary plumbing to connect the status

Re: [Qemu-devel] [PATCH] virtio-input: implement pass-through evdev writes

2016-04-01 Thread Gerd Hoffmann
On Fr, 2016-04-01 at 11:31 +0200, Ladi Prosek wrote: > The write path for pass-through devices, commonly used for controlling > keyboard LEDs via EV_LED, was not implemented. This commit adds the > necessary plumbing to connect the status virtio queue to the host evdev > file descriptor. > > Signe

[Qemu-devel] [PATCH] virtio-input: implement pass-through evdev writes

2016-04-01 Thread Ladi Prosek
The write path for pass-through devices, commonly used for controlling keyboard LEDs via EV_LED, was not implemented. This commit adds the necessary plumbing to connect the status virtio queue to the host evdev file descriptor. Signed-off-by: Ladi Prosek --- Most of the new code has to do with ha