CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/19 03:19:17
Modified files:
sys/dev/usb : uaudio.c
Log message:
In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR.
At least my uaudio(4) over ohci is encountering a fair amount of USBD_IOERROR
when the system is busy (most probably because the deadline is missed because
of the big lock being hold). With this in, playing music while running a
make build no longer stops after a few seconds.
OK ratchov@
