CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/08/17 20:59:51

Modified files:
        sys/dev/usb    : usb.c 

Log message:
Upon resume, run usb_attach_roothub() in DVACT_WAKEUP rather than DVACT_RESUME.
The usb root hub is a software construct, not actual hardware, and the code
has a potential to reach sleeping points (which won't work because DVACT_RESUME
runs cold).

Reply via email to