From: Gerd Hoffmann Date: Mon, 20 May 2019 08:18:05 +0000 (+0200) Subject: usb-tablet: fix serial compat property X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=442bac16a6cd708a9f87adb0a263f9d833f03ed5;p=qemu.git usb-tablet: fix serial compat property s/kbd/tablet/, fixes cut+paste bug. Cc: qemu-stable@nongnu.org Reported-by: Dr. David Alan Gilbert Signed-off-by: Gerd Hoffmann Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé Message-id: 20190520081805.15019-1-kraxel@redhat.com --- diff --git a/hw/core/machine.c b/hw/core/machine.c index 934c1bcceb..16ba667434 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -36,7 +36,7 @@ GlobalProperty hw_compat_3_1[] = { { "tpm-tis", "ppi", "false" }, { "usb-kbd", "serial", "42" }, { "usb-mouse", "serial", "42" }, - { "usb-kbd", "serial", "42" }, + { "usb-tablet", "serial", "42" }, { "virtio-blk-device", "discard", "false" }, { "virtio-blk-device", "write-zeroes", "false" }, };