created | 2019-03-23T16:03:59Z |
---|---|
begin | 2019-03-19T00:00:00Z |
end | 2019-03-20T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2019-03-19T09:19:16Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/dev/usb/uaudio.c | log | diff | annotate |
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@ |
date | 2019-03-19T20:13:54Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/subr_kubsan.c | log | diff | annotate |
message | correct LOCATION_REPORTED mask |