diff options
author | Anatoli Huseu1 <avg.tolik@gmail.com> | 2017-02-06 15:23:27 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-20 11:26:28 +0100 |
commit | 378af96155d62d90c876ee5e7648803247f1d864 (patch) | |
tree | 4a29976e10dfbe58e22e6db429bd186db6140872 /docs | |
parent | ed6f72b827fe99870d610d3697270a9858922186 (diff) | |
download | qemu-378af96155d62d90c876ee5e7648803247f1d864.zip |
Add wctablet device
Add QEMU Wacom Penpartner serial tablet emulation.
GSoC 2016 project.
Signed-off-by: Anatoli Huseu1 <avg.tolik@gmail.com>
Various cleanups.
Add line speed tracking.
Implement ST and SP commands.
Adapted to chardev QOMification.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1486391007-10116-1-git-send-email-kraxel@redhat.com
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qdev-device-use.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 136d271120..b059405e0e 100644 --- a/docs/qdev-device-use.txt +++ b/docs/qdev-device-use.txt @@ -200,7 +200,7 @@ LEGACY-CHARDEV translates to -chardev HOST-OPTS... as follows: * null becomes -chardev null -* pty, msmouse, braille, stdio likewise +* pty, msmouse, wctablet, braille, stdio likewise * vc:WIDTHxHEIGHT becomes -chardev vc,width=WIDTH,height=HEIGHT |