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 15:16:59
Module Name:	src
Committed By:	drochner
Date:		Mon Feb 26 15:16:59 UTC 2007

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

Log Message:
Another attempt to read string descriptors at once, this time with
the largest size which makes sense (254). See rev. 1.114-116 for
possible problems, but that was with len=255 which is an impossible
size for a string descriptor.
Someone with a "kue" please test this.


To generate a diff of this commit:
cvs rdiff -r1.142 -r1.143 src/sys/dev/usb/usb_subr.c

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