diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-02 14:16:06 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-02 14:16:06 +0000 |
| commit | 5b33e5c6bea53d197f3e7f1adb56dcc5ab11d050 (patch) | |
| tree | c0dd3259aeeb36d1b33ab2768e9210600ce6df0a /sys/dev/usb/usb_subr.c | |
| parent | 54d369e6e5bf31540bb2af8d998b65821170528e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_subr.c')
| -rw-r--r-- | sys/dev/usb/usb_subr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 73eb90884b31..5078c0c97f20 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb_subr.c,v 1.88 2001/11/10 16:53:32 augustss Exp $ */ +/* $NetBSD: usb_subr.c,v 1.89 2001/11/10 17:10:42 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -743,6 +743,7 @@ usbd_setup_pipe(usbd_device_handle dev, usbd_interface_handle iface, void usbd_kill_pipe(usbd_pipe_handle pipe) { + usbd_abort_pipe(pipe); pipe->methods->close(pipe); pipe->endpoint->refcnt--; free(pipe, M_USB); |
