Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: dyoung
Date: Thu Nov 12 20:11:35 UTC 2009
Modified Files:
src/sys/dev/usb: uhub.c usb.c usb_subr.c usbdivar.h
Log Message:
Re-order operations in usb_detach() so that if a usb(4) instance's
children will not detach, the instance is not left in an inconsistent
state.
If uhub(4) port is disconnected, forcefully detach the children on
that port.
Simplify detachment hooks. (sc_dying must die!)
Pass along and respect detachment flags, esp. DETACH_FORCE,
throughout.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/usb/uhub.c
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.166 -r1.167 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/usb/usbdivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index