]> xenbits.xensource.com Git - seabios.git/commit
xhci: Check for device disconnects during USB2 reset polling
authorKevin O'Connor <kevin@koconnor.net>
Tue, 10 Nov 2015 13:50:52 +0000 (08:50 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 19 Nov 2015 13:48:34 +0000 (08:48 -0500)
commitaa34e4e52fb65abb4ef8539660f05b4d52fb1f6f
treeeefe809c4508fd198792d6561e7843ecc2ba5763
parent45b594ab1d0d05903482e818e7c6b2c81b850e54
xhci: Check for device disconnects during USB2 reset polling

Some XHCI controllers register super-speed devices on high-speed ports
and then disconnect them when the super-speed detection completes.
Make sure to recognize these disconnect events during the reset
process.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb-xhci.c