CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2016/06/13 05:04:44
Modified files: sys/dev/usb : usbdi.c Log message: Remove the restriction for the usbd_ref_* functions to work just in case of dev->dying. With this we also can use them on device closing, not just detaching. ok mpi