Source-Changes archive

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

CVS commit: [nick-nhusb] src/sys/dev/usb



Module Name:    src
Committed By:   skrll
Date:           Thu Oct 27 07:46:19 UTC 2016

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ucom.c ugen.c uhid.c umass.c umidi.c
            usbdi_util.c usbdi_util.h

Log Message:
Retire usb_detach_{wait,broadcast} and simply use condvar(9) instead


To generate a diff of this commit:
cvs rdiff -u -r1.108.2.23 -r1.108.2.24 src/sys/dev/usb/ucom.c
cvs rdiff -u -r1.126.2.15 -r1.126.2.16 src/sys/dev/usb/ugen.c
cvs rdiff -u -r1.92.4.10 -r1.92.4.11 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.149.2.14 -r1.149.2.15 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.65.14.12 -r1.65.14.13 src/sys/dev/usb/umidi.c
cvs rdiff -u -r1.63.2.13 -r1.63.2.14 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.45.6.9 -r1.45.6.10 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