Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 11/22/2006 21:10:36
Module Name:	src
Committed By:	drochner
Date:		Wed Nov 22 21:10:36 UTC 2006

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

Log Message:
-fix interpretation of the poll interval in interrupt descriptors for
 USB2/highspeed: This is an exponent now, not milliseconds.
 (There are wrong example descriptors for hubs in the USB2 spec; tolerate
  invalid values and assume 256ms which is good for hubs, just in case
  someone blindly copied from the book.)
-being here, fix an obvious memory leak


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/sys/dev/usb/ehci.c

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