diff options
Diffstat (limited to 'chardev/char.c')
-rw-r--r-- | chardev/char.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chardev/char.c b/chardev/char.c index abd525f..54cd5f4 100644 --- a/chardev/char.c +++ b/chardev/char.c @@ -652,6 +652,7 @@ QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename) if (strcmp(filename, "null") == 0 || strcmp(filename, "pty") == 0 || strcmp(filename, "msmouse") == 0 || + strcmp(filename, "wctablet") == 0 || strcmp(filename, "braille") == 0 || strcmp(filename, "testdev") == 0 || strcmp(filename, "stdio") == 0) { |