diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-05-12 01:58:36 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-05-12 01:58:36 +0000 |
commit | 24d4065de2b1c4c500b07cde6b535abe5713a5f9 (patch) | |
tree | 13224a5a254a563f6f5339fd2b907228922f9f12 | |
parent | c374da2b58f457aa37d77685c3b90ec4fd960b50 (diff) |
VIRTIO-96: Assign device id to virtio input
Assign device id to virtio input
As passed at meeting 2014-05-06:
https://lists.oasis-open.org/archives/virtio/201405/msg00016.html
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@370 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 17599f3..a745599 100644 --- a/content.tex +++ b/content.tex @@ -2838,6 +2838,8 @@ Device ID & Virtio Device \\ \hline 17 & Timer/Clock device \\ \hline +18 & Input device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |