OpenBSD cvs log

created 2021-12-04T21:29:29Z
begin 2021-11-28T00:00:00Z
end 2021-11-29T00:00:00Z
path src/sys
commits 3

date 2021-11-28T09:25:02Z
author mglocker
files src/sys/dev/usb/dwc2/dwc2.c log diff annotate
src/sys/dev/usb/dwc2/dwc2_hcd.c log diff annotate
src/sys/dev/usb/dwc2/dwc2_hcdddma.c log diff annotate
message Align with the recent memory allocation changes we did for the other
USB HC drivers; M_DEVBUF -> M_USBHC.

ok kettenis@

date 2021-11-28T13:57:37Z
author mglocker
files src/sys/dev/usb/utvfu.c log diff annotate
message utvfu(4) only has one frame size, either for PAL or NTSC. Therefore
return EINVAL after the first frame size has been returned in the
VIDIOC_ENUM_FRAMESIZES ioctl.

ok mpi@

date 2021-11-28T14:10:32Z
author mglocker
files src/sys/dev/usb/utvfu.c log diff annotate
message Spacing