From: Gerd Hoffmann <[email protected]> s/kbd/tablet/, fixes cut+paste bug.
Cc: [email protected] Reported-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Gerd Hoffmann <[email protected]> Reviewed-by: Dr. David Alan Gilbert <[email protected]> Reviewed-by: Laurent Vivier <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-id: [email protected] (cherry picked from commit 442bac16a6cd708a9f87adb0a263f9d833f03ed5) Signed-off-by: Michael Roth <[email protected]> --- hw/core/machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/machine.c b/hw/core/machine.c index 743fef2898..b6766632d9 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -33,7 +33,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" }, }; -- 2.17.1
