]> xenbits.xensource.com Git - seabios.git/commit
usb-xhci: use hub portmap
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 18 Jul 2017 11:15:42 +0000 (13:15 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Jul 2017 11:02:11 +0000 (13:02 +0200)
commitb404a5f417cbe5593f89c79954569b0e245fb80c
tree90aa94701c34df55f41069415afbe6df035e7074
parentca9dcc2edd72a33bacf11870b8476d5a9e02205e
usb-xhci: use hub portmap

xhci controllers have two virtual ports per (usb3 capable) physical
port, one for usb2 and one for usb3 devices.  Add a hub portmap callback
to map the virtual ports to physical ports.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/hw/usb-xhci.c