Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 12/01/2006 20:48:50
Module Name:	src
Committed By:	drochner
Date:		Fri Dec  1 20:48:50 UTC 2006

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

Log Message:
-comment out transaction translator support for now, it doesn't do more
 than allocating memory, and it does wrongly use the hub's capabilities
 but not the actual setting
-switch a high-speed hub to "multiple TTs" but ignore errors; since
 we don't care whether there is one or multiple this is a "best effort"
 thing


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/dev/usb/uhub.c
cvs rdiff -r1.78 -r1.79 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.