summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhub.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-04-02 09:49:36 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-04-02 09:49:36 +0000
commite469fe6e0a2ae7c703b9e3ed69cbbd1d424e28e7 (patch)
tree1090a50a5fde6e5d19b418a59ea4d27dffe43271 /sys/dev/usb/uhub.c
parent1ad0b1beb423a6b4c1951fa737b93120738e331f (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r--sys/dev/usb/uhub.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index 36c700fa86df..d3585907e263 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uhub.c,v 1.48 2000/12/29 01:24:56 augustss Exp $ */
+/* $NetBSD: uhub.c,v 1.49 2001/01/21 19:00:06 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -592,7 +592,8 @@ uhub_intr(usbd_xfer_handle xfer, usbd_private_handle addr, usbd_status status)
if (status == USBD_STALLED)
usbd_clear_endpoint_stall_async(sc->sc_ipipe);
else if (status == USBD_NORMAL_COMPLETION)
- usb_needs_explore(sc->sc_hub->bus);
+ usb_needs_explore(sc->sc_hub);
+
}
#if defined(__FreeBSD__)