mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
Add a missing ohci_waitintr() call that allows polled operation of
bulk transfers to have a chance of working. PR: usb/93720 Submitted by: Nate Nielsen MFC after: 1 week
This commit is contained in:
parent
a62b100d96
commit
b184cddcc2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156004
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user