NetBSD-Bugs archive

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

PR/39651 CVS commit: [netbsd-5] src/sys/dev/usb



The following reply was made to PR kern/39651; it has been noted by GNATS.

From: Manuel Bouyer <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39651 CVS commit: [netbsd-5] src/sys/dev/usb
Date: Sat, 13 Dec 2008 21:44:42 +0000 (UTC)

 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