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:   jmorse
Date:           Fri Dec 12 05:35:11 UTC 2008

Modified Files:
        src/sys/dev/usb: umass.c usbdi.c usbdi.h

Log Message:
PR#39651
Fix two problems in umass:
 * usb xfers being freed before being removed from pipe, leading to null deref
 * config_activate requests not supported, which leads to config_deactivate 
requests not being passed through. Spotted by jmcneill@

Added mechanism to usbdi allowing the default pipe to be aborted


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/sys/dev/usb/umass.c
cvs rdiff -r1.124 -r1.125 src/sys/dev/usb/usbdi.c
cvs rdiff -r1.76 -r1.77 src/sys/dev/usb/usbdi.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