diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2015-03-26 22:16:12 -0400 |
|---|---|---|
| committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-03-28 21:43:52 -0400 |
| commit | 271c865161c57cfabca45b93eaa712b19da365bc (patch) | |
| tree | 4bdb56ba5f7bd2c2e7c078187fa8841d3d81546b /include/uapi/linux/Kbuild | |
| parent | 2f921b5bb0511fb698681d8ef35c48be7a9116bf (diff) | |
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>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 68ceb97c458c..04b829e9ac46 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -430,6 +430,7 @@ header-y += virtio_blk.h | |||
| 430 | header-y += virtio_config.h | 430 | header-y += virtio_config.h |
| 431 | header-y += virtio_console.h | 431 | header-y += virtio_console.h |
| 432 | header-y += virtio_ids.h | 432 | header-y += virtio_ids.h |
| 433 | header-y += virtio_input.h | ||
| 433 | header-y += virtio_net.h | 434 | header-y += virtio_net.h |
| 434 | header-y += virtio_pci.h | 435 | header-y += virtio_pci.h |
| 435 | header-y += virtio_ring.h | 436 | header-y += virtio_ring.h |
