Add virtio-input driver.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 27 Mar 2015 02:16:12 +0000 (12:46 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 29 Mar 2015 01:43:52 +0000 (12:13 +1030)
commit271c865161c57cfabca45b93eaa712b19da365bc
tree4bdb56ba5f7bd2c2e7c078187fa8841d3d81546b
parent2f921b5bb0511fb698681d8ef35c48be7a9116bf
Add virtio-input driver.

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>
MAINTAINERS
drivers/virtio/Kconfig
drivers/virtio/Makefile
drivers/virtio/virtio_input.c [new file with mode: 0644]
include/uapi/linux/Kbuild
include/uapi/linux/virtio_ids.h
include/uapi/linux/virtio_input.h [new file with mode: 0644]
This page took 0.037996 seconds and 5 git commands to generate.