summaryrefslogtreecommitdiffstats
path: root/Documentation/user/virtio.rst
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-03-29 08:18:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-04-13 14:20:02 +0200
commit1534b57386dce9870054bd488a3ae5907403df38 (patch)
treef9b229c36607a25d75bab8734e8a90af7e4ac846 /Documentation/user/virtio.rst
parent100c89870c8595f9a2228750a8bc60a5ccded158 (diff)
downloadbarebox-1534b57386dce9870054bd488a3ae5907403df38.tar.gz
barebox-1534b57386dce9870054bd488a3ae5907403df38.tar.xz
input: add virtio input driver
We already support Linux event codes, because they are used in the device tree bindings for e.g. gpio-keys. Virtio input devices report events using the same codes, so a driver just has to shovel the codes from virtqueue into the input layer. Do so. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user/virtio.rst')
-rw-r--r--Documentation/user/virtio.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user/virtio.rst b/Documentation/user/virtio.rst
index 7e125c0ca8..fb21869807 100644
--- a/Documentation/user/virtio.rst
+++ b/Documentation/user/virtio.rst
@@ -35,7 +35,7 @@ queues configuration and buffer transfers are nearly identical. Both MMIO
and non-legacy PCI are supported in barebox.
The VirtIO spec defines a lots of VirtIO device types, however at present only
-block, console and RNG devices are supported.
+block, console, input and RNG devices are supported.
Build Instructions
------------------