From b13ce07688b0727814b6609a912651242ee1a8f1 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Mon, 29 Sep 2014 22:21:11 -0400 Subject: usb-hid: Add high speed keyboard configuration Signed-off-by: Jan Vesely [ kraxel: fixup compat property to apply to 2.1 & older ] Signed-off-by: Gerd Hoffmann --- include/hw/i386/pc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/hw/i386') diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 3b31749967..db21a6197e 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -310,6 +310,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); .driver = "usb-mouse",\ .property = "usb_version",\ .value = stringify(1),\ + },{\ + .driver = "usb-kbd",\ + .property = "usb_version",\ + .value = stringify(1),\ } #define PC_COMPAT_2_0 \ -- cgit v1.2.3