Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys/dev/usb
Module Name: src
Committed By: bouyer
Date: Sat Dec 13 21:44:42 UTC 2008
Modified Files:
src/sys/dev/usb [netbsd-5]: umass.c usbdi.c usbdi.h
Log Message:
Pull up following revision(s) (requested by jmorse in ticket #185):
sys/dev/usb/usbdi.c: revision 1.125
sys/dev/usb/umass.c: revision 1.130
sys/dev/usb/usbdi.h: revision 1.77
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.129.4.1 src/sys/dev/usb/umass.c
cvs rdiff -r1.124 -r1.124.4.1 src/sys/dev/usb/usbdi.c
cvs rdiff -r1.76 -r1.76.10.1 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