commit | aa34e4e52fb65abb4ef8539660f05b4d52fb1f6f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Nov 10 08:50:52 2015 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Nov 19 08:48:34 2015 -0500 |
tree | eefe809c4508fd198792d6561e7843ecc2ba5763 | |
parent | 45b594ab1d0d05903482e818e7c6b2c81b850e54 [diff] |
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>