From 58e4fee24aeb3c8763fab34a8ced1a87932632ec Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Mon, 29 Sep 2014 22:21:10 -0400 Subject: usb-hid: Add high speed mouse 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') diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 77316d55c8..3b31749967 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -306,6 +306,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); .driver = "intel-hda",\ .property = "old_msi_addr",\ .value = "on",\ + },{\ + .driver = "usb-mouse",\ + .property = "usb_version",\ + .value = stringify(1),\ } #define PC_COMPAT_2_0 \ -- cgit v1.2.3-55-g7522