aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2006-02-25 17:44:29 +0000
committerIan Dowse <iedowse@FreeBSD.org>2006-02-25 17:44:29 +0000
commitb184cddcc211e07835f11a5a4ded0a02bd053ccb (patch)
treea8a9ed152c248ef06255d6326e6d395d89273034 /sys/dev
parenta62b100d96e10df727674fe84ae3ee68214b7ca2 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ohci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index f71778ed3b861..6c87a8cab00ab 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -3049,6 +3049,9 @@ ohci_device_bulk_start(usbd_xfer_handle xfer)
splx(s);
+ if (sc->sc_bus.use_polling)
+ ohci_waitintr(sc, xfer);
+
return (USBD_IN_PROGRESS);
}