Re: [SeaBIOS] [PATCH v2 2/2] usb-xhci: use hub portmap

2017-08-29 Thread Gerd Hoffmann
On Fri, 2017-07-28 at 16:01 +0200, Gerd Hoffmann wrote: > 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. Patches committed now.

[SeaBIOS] [PATCH v2 2/2] usb-xhci: use hub portmap

2017-07-28 Thread Gerd Hoffmann
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 --- src/hw/usb-xhci.c | 45