Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/19/2007 22:46:21
Module Name:	src
Committed By:	drochner
Date:		Fri Jan 19 22:46:21 UTC 2007

Modified Files:
	src/sys/dev/usb: ehci.c ohci.c uhci.c usb.h

Log Message:
Kill the "bus powered" bit in the configuration descriptor. This doesn't
exist in newer spec revisions, and is recommended to be set to 1.
So call it _MBO and also use it in the fake root hub descriptors, just
for sanity, even if nothing ever looks at it.


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 src/sys/dev/usb/ehci.c
cvs rdiff -r1.179 -r1.180 src/sys/dev/usb/ohci.c
cvs rdiff -r1.205 -r1.206 src/sys/dev/usb/uhci.c
cvs rdiff -r1.75 -r1.76 src/sys/dev/usb/usb.h

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