summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/virtio_input.h
Commit message (Collapse)AuthorAgeFilesLines
* virtio_input: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-9/+9
| | | | | | | | | | Since this is a modern-only device, tag config space fields as having little endian-ness. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>
* Add virtio-input driver.Gerd Hoffmann2015-03-291-0/+76
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>