Skip to content

Commit

Permalink
chardev/wctablet: Fix a typo
Browse files Browse the repository at this point in the history
The correct name is Wacom.
Fix the typo which is present since 378af96.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190213123446.1768-1-philmd@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
  • Loading branch information
philmd authored and elmarco committed Feb 13, 2019
1 parent 4ad6f6c commit 129263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chardev/wctablet.c
Expand Up @@ -177,7 +177,7 @@ static void wctablet_input_sync(DeviceState *dev)
}

static QemuInputHandler wctablet_handler = {
.name = "QEMU Wacome Pen Tablet",
.name = "QEMU Wacom Pen Tablet",
.mask = INPUT_EVENT_MASK_BTN | INPUT_EVENT_MASK_ABS,
.event = wctablet_input_event,
.sync = wctablet_input_sync,
Expand Down

0 comments on commit 129263c

Please sign in to comment.