Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/26/2007 13:33:10
Module Name:	src
Committed By:	drochner
Date:		Mon Feb 26 13:33:10 UTC 2007

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

Log Message:
Remove the check which disallows to connect a bus powered hub to another
bus powered hub. While one can interpret the spec that way, it is not
stated clearly, and is at most a side effect of power budgeting.
Also, there are devices which don't report correctly whether they
are self powered, so the check was unreliable.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/dev/usb/uhub.c

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