CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/10 02:13:16
Modified files:
sys/dev/usb/dwc2: dwc2.c dwc2var.h
Log message:
Finally, only allocate the number of frames for isoc transfers which we
really need. The static allocation workaround in the code
(DWC2_MAXISOCPACKETS) was required because the NetBSD allocx USB method
has a second argument to pass nframes already there, which we don't
have.
Regression tested with video play, audio play, audio record.
ok mpi@
