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 /backends/trace-events | |
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 'backends/trace-events')
-rw-r--r-- | backends/trace-events | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backends/trace-events b/backends/trace-events new file mode 100644 index 0000000000..8c3289a3f9 --- /dev/null +++ b/backends/trace-events @@ -0,0 +1,10 @@ +# See docs/tracing.txt for syntax documentation. + +# backends/wctablet.c +wct_init(void) "" +wct_cmd_re(void) "" +wct_cmd_st(void) "" +wct_cmd_sp(void) "" +wct_cmd_ts(int input) "0x%02x" +wct_cmd_other(const char *cmd) "%s" +wct_speed(int speed) "%d" |