]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Factor out repeated code in the USB controller drivers to avoid bugs
authorHans Petter Selasky <hselasky@FreeBSD.org>
Sat, 10 Jul 2021 16:17:51 +0000 (18:17 +0200)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Sat, 10 Jul 2021 18:59:00 +0000 (20:59 +0200)
commit8fc2a3c41791b205a107dc2bec16ac7514a57958
treef8712a14869ae6df1157aaef21754df33fe13547
parent3f5054862a4603116bb872cf8b7b3cc946e93741
Factor out repeated code in the USB controller drivers to avoid bugs
computing the same isochronous start frame number over and over again.

PR: 257082
MFC after: 1 week
Sponsored by: NVIDIA Networking
12 files changed:
sys/dev/usb/controller/atmegadci.c
sys/dev/usb/controller/avr32dci.c
sys/dev/usb/controller/dwc_otg.c
sys/dev/usb/controller/ehci.c
sys/dev/usb/controller/musb_otg.c
sys/dev/usb/controller/ohci.c
sys/dev/usb/controller/saf1761_otg.c
sys/dev/usb/controller/uhci.c
sys/dev/usb/controller/uss820dci.c
sys/dev/usb/controller/xhci.c
sys/dev/usb/usb_transfer.c
sys/dev/usb/usb_transfer.h