CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/25 03:59:12
Modified files:
sys/dev/usb : uhci.c
Log message:
The default case in uhci_deactivate() was missing. Because of that,
DVACT_QUIESCE was not passed to usb(4) and a new uhub(4) device was
reattached at every resume.
Problem reported by mlarkin@
