The NetBSD Project

CVS log for src/sys/dev/usb/usbdi.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-5


Revision 1.124.4.3 / (download) - annotate - [select for diffs], Wed Feb 11 15:39:33 2015 UTC (9 years, 1 month ago) by martin
Branch: netbsd-5
Changes since 1.124.4.2: +4 -4 lines
Diff to previous 1.124.4.2 (colored) to branchpoint 1.124 (colored) next main 1.125 (colored)

Pull up following revision(s) (requested by aymeric in ticket #1948):
	sys/dev/usb/usbdi.c: revision 1.163
clip xfer->actlen also in the !DIAGNOSTIC case

Revision 1.124.4.2 / (download) - annotate - [select for diffs], Wed Jan 27 20:56:45 2010 UTC (14 years, 2 months ago) by sborrill
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, matt-nb5-pq3-base, matt-nb5-pq3
Branch point for: netbsd-5-2, netbsd-5-1
Changes since 1.124.4.1: +5 -2 lines
Diff to previous 1.124.4.1 (colored) to branchpoint 1.124 (colored)

Pull up the following revisions(s) (requested by bouyer in ticket #1247):
	sys/dev/usb/usbdi.c:	revision 1.127

Fix leak of a usbd_xfer_handle when a interrupt pipe is aborted then
closed. Confirmed to fix the memory leak on close() with umodem(4) and
uplcom(4).

Revision 1.124.4.1 / (download) - annotate - [select for diffs], Sat Dec 13 21:44:42 2008 UTC (15 years, 3 months ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.124: +11 -2 lines
Diff to previous 1.124 (colored)

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

Revision 1.124 / (download) - annotate - [select for diffs], Sat Oct 11 05:07:20 2008 UTC (15 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-5-base, matt-mips64-base2, haad-dm-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, netbsd-5
Changes since 1.123: +10 -12 lines
Diff to previous 1.123 (colored)

If we're not dealing with an interrupt endpoint, invoke the xfer's
callback after calling the xfer's done method to give the device driver
a change to reschedule the same xfer, from FreeBSD.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>