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:           Thu Feb  7 13:20:41 UTC 2019

Modified Files:
        src/sys/dev/usb: ugen.c uhid.c umass.c umass_scsipi.c umidi.c
            usbdi_util.c usbdi_util.h

Log Message:
Remove (mostly useless) usb_detach_{broadcast,wait} and replace with
cv_{broadcast,timedwait}

Really should loop on conditon.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/dev/usb/ugen.c
cvs rdiff -u -r1.104 -r1.105 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.168 -r1.169 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/umass_scsipi.c
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/usb/umidi.c
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/usb/usbdi_util.h

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