aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_input.c
Commit message (Collapse)AuthorAge
* virtio-input: reset device and detach unused during removeJason Wang2015-08-06
| | | | | | | | Spec requires a device reset during cleanup, so do it and avoid warn in virtio core. And detach unused buffers to avoid memory leak. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* Add virtio-input driver.Gerd Hoffmann2015-03-28
virtio-input is basically evdev-events-over-virtio, so this driver isn't much more than reading configuration from config space and forwarding incoming events to the linux input layer. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>