diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-01 16:29:24 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-01 16:29:24 +0000 |
| commit | 0f657c164b6d260d4c6daf41a6bb8a55fec6a0a7 (patch) | |
| tree | e87c4d3f0f3954721f5eecf6c0eba3cb95fc946e /sys/dev/usb/usb.c | |
| parent | c61cd599eca6f9fb04ac02982240231c45eb1c72 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb.c')
| -rw-r--r-- | sys/dev/usb/usb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 1f375720241c..df2f6dc03ee2 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb.c,v 1.38 2000/02/02 07:33:59 augustss Exp $ */ +/* $NetBSD: usb.c,v 1.41 2000/03/16 00:46:38 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -314,6 +314,9 @@ usb_event_thread(void *arg) DPRINTF(("usb_event_thread: start\n")); + /* Make sure first discover does something. */ + sc->sc_bus->needs_explore = 1; + while (!sc->sc_dying) { #ifdef USB_DEBUG if (usb_noexplore < 2) |
