From 7bafd8889ea3599285a8fcb1262d50e52d941c0e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 15 May 2014 12:42:16 +0200 Subject: xhci: order superspeed ports first 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 32a7687..31328a8 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -271,6 +271,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); .driver = "apic",\ .property = "version",\ .value = stringify(0x11),\ + },{\ + .driver = "nec-usb-xhci",\ + .property = "superspeed-ports-first",\ + .value = "off",\ } #define PC_COMPAT_1_7 \ -- cgit v1.1