Subject: CVS commit: [netbsd-2] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 12/06/2005 16:55:30
Module Name:	src
Committed By:	tron
Date:		Tue Dec  6 16:55:30 UTC 2005

Modified Files:
	src/sys/dev/usb [netbsd-2]: usb_subr.c

Log Message:
Pull up following revision(s) (requested by riz in ticket #10181):
	sys/dev/usb/usb_subr.c: revision 1.130
usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not
necessary for normal devices, and it prevents some common (but
apparantly buggy) devices from working, including the Apple iPod (mini
and photo) and certain M-Systems DiskOnKey flash devices.
If (also buggy) devices resurface that need this when they are
attached, they can be addressed, ideally in each device's driver.


To generate a diff of this commit:
cvs rdiff -r1.111.2.1 -r1.111.2.1.2.1 src/sys/dev/usb/usb_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.