xhci: order superspeed ports first

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2014-05-15 12:42:16 +02:00
parent 7bd3055ffd
commit 7bafd8889e
2 changed files with 41 additions and 8 deletions

View file

@ -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 \