Skip to content
Commit fe6c6c13 authored by Sarah Sharp's avatar Sarah Sharp
Browse files

xhci: Don't submit commands when the host is dead.



When the xHCI host controller dies, the USB core may attempt to reset the
devices to their default configuration before disconnecting them.  This
causes calls into the xHCI bandwidth allocation functions.  Don't allow
those functions to submit commands or work on xHCI structures if the host
controller is marked as dying.

Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
parent 0714a57c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment