Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/23/2004 06:27:54
Module Name:	src
Committed By:	mycroft
Date:		Wed Jun 23 06:27:54 UTC 2004

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

Log Message:
In the "seemed like a good idea until I found the fatal flaw" department...
Attempting to read a maximum-size string descriptor causes my kue device to go
completely apeshit.  So, go back to the original method, but allow the device
to return a shorter string than it claimed.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/dev/usb/usb.h
cvs rdiff -r1.115 -r1.116 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.