CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/06/11 10:00:10

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

Log message:
When detaching uaudio, wait for device ref counter to drop to 0

To maintain the correct refs count, blocking calls to uaudio are
wrapped in usbd_ref_incr() and usbd_ref_decr() calls.

suggested by mpi@ and ok visa@

Reply via email to