CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/04 04:19:28
Modified files:
sys/dev/usb/dwc2: dwc2_hcd.c dwc2_hcdddma.c dwc2_hcdintr.c
dwc2_hcdqueue.c
Log message:
Revert list_move() to list_move_tail() change from last commit since it
turned out that it has a negative impact to isoc transfers timing with our
driver implementation.
