Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   skrll
Date:           Tue Jan  5 18:00:21 UTC 2021

Modified Files:
        src/sys/dev/usb: ehci.c ohci.c uhci.c usb_mem.c usb_mem.h xhci.c

Log Message:
More converstion from usbd_status to int for function error reporting.
This time it's the turn of usb_allocmem.


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.314 -r1.315 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.305 -r1.306 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/usb/usb_mem.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/usb_mem.h
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/usb/xhci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index