aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/virtio_input.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-05virtio_input: correct tags for config space fieldsMichael S. Tsirkin1-9/+9
Since this is a modern-only device, tag config space fields as having little endian-ness. Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Gerd Hoffmann <[email protected]> Reviewed-by: Gerd Hoffmann <[email protected]> Reviewed-by: Cornelia Huck <[email protected]>
2015-03-29Add virtio-input driver.Gerd Hoffmann1-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 <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Rusty Russell <[email protected]>