CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/16 03:33:18
Modified files:
sys/dev/usb : xhci.c
Log message:
When detaching devices when we suspend, we need to continue processing
command completion events. So only return early in xhci_softintr() if
the controller is dead instead of dying. This fixes USB suspend/resume
in Apple M1/M2.
ok mlarkin@, deraadt@
