diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2006-02-25 17:44:29 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2006-02-25 17:44:29 +0000 |
| commit | b184cddcc211e07835f11a5a4ded0a02bd053ccb (patch) | |
| tree | a8a9ed152c248ef06255d6326e6d395d89273034 /sys/dev/usb | |
| parent | a62b100d96e10df727674fe84ae3ee68214b7ca2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ohci.c | 3 |
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); } |
