CVSROOT: /cvs Module name: src Changes by: jake...@cvs.openbsd.org 2010/12/05 21:25:27
Modified files: sys/dev/usb : usbdivar.h usbdi.h usbdi.c Log message: * add dying flag to struct usbd_device * add usbd_deactivate(), which should be use to set the dying flag in struct usbd_device * add usbd_is_dying(), which can be used to check if either the device or the associated bus dying flag has been set * use usbd_is_dying() to check if the deivce or bus is dying before issuing transfers or requests