Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/23/2004 16:17:57
Module Name:	src
Committed By:	augustss
Date:		Sat Oct 23 16:17:57 UTC 2004

Modified Files:
	src/sys/dev/usb: ehci.c uhub.c usb_subr.c usbdivar.h

Log Message:
Keep track of what high speed port (if any) a device belongs to so we can
set the transaction translator fields for the transfer.
Add a gross hack for split transaction completion in the ehci driver that
allows control transfers to be translated.  Interrupt transfers do not work.
Warn when any low/full speed device is opened.


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/dev/usb/ehci.c
cvs rdiff -r1.69 -r1.70 src/sys/dev/usb/uhub.c
cvs rdiff -r1.119 -r1.120 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.71 -r1.72 src/sys/dev/usb/usbdivar.h

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