[BACK]Return to uhub.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/uhub.c between version 1.92 and 1.92.2.1

version 1.92, 2007/12/09 20:28:24 version 1.92.2.1, 2008/01/08 22:11:22
Line 598  USB_DETACH(uhub)
Line 598  USB_DETACH(uhub)
         if (hub == NULL)                /* Must be partially working */          if (hub == NULL)                /* Must be partially working */
                 return (0);                  return (0);
   
           pmf_device_deregister(self);
         usbd_abort_pipe(sc->sc_ipipe);          usbd_abort_pipe(sc->sc_ipipe);
         usbd_close_pipe(sc->sc_ipipe);          usbd_close_pipe(sc->sc_ipipe);
   

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.92.2.1

CVSweb <webmaster@jp.NetBSD.org>