CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/13 03:26:05
Modified files:
sys/dev/usb : usb_subr.c usbdi.c usbdivar.h
Log message:
Remove bogus and useless refcounting of usbd pipes that could lead to
memory leaks and abort the pipe if requests are still pending because
most of our drivers don't do anything if usbd_close_pipe() fails.
ok miod@
