Module Name: src Committed By: jakllsch Date: Wed May 13 19:33:48 UTC 2020
Modified Files: src/sys/dev/usb: ohci.c Log Message: Use ux_bufsize rather than ux_length in isoc path usb_syncmem calls. ux_length is always 0 for isoc pipes, so it could not be used here. To do: revisit this for other host controllers, uhci and ehci in particular? To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/sys/dev/usb/ohci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.