CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/14 22:01:26
Modified files:
sys/dev/usb : if_uath.c
Log message:
Fix a crash caused by uath(4) if device init fails.
usbd_close_pipes() now implies xfer cancellation and this driver was
relying on assumptions from times when it didn't.
With and ok mpi@
