Subject: CVS commit: [netbsd-2-0] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/10/2004 13:02:11
Module Name:	src
Committed By:	tron
Date:		Sat Jul 10 13:02:11 UTC 2004

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

Log Message:
Pull up revision 1.14 (requested by rumble in ticket #619):
The MCT advertises both the interrupt and bulkin endpoints as
interrupts. Go from assuming that the first enumerated interrupt
is the bulkin (since this may not be the case) to assuming that
the true interrupt endpoint will have a 0x2 wMaxPacketSize.
From FreeBSD's umct.c, ok'd by mycroft@, closes PR25959.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 src/sys/dev/usb/umct.c

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