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 02:30:52
Module Name:	src
Committed By:	mycroft
Date:		Wed Jun 23 02:30:52 UTC 2004

Modified Files:
	src/sys/dev/usb: ugen.c uhid.c usb_quirks.c usb_subr.c usbdi_util.h

Log Message:
Yes, some devices return incorrect lengths in their string descriptors.  Rather
than losing, do what Windows does: just request the maximum size, and allow a
shorter response.  Obsoletes the need for UQ_NO_STRINGS, and therefore these
"quirks" are removed.


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/sys/dev/usb/ugen.c
cvs rdiff -r1.61 -r1.62 src/sys/dev/usb/uhid.c
cvs rdiff -r1.49 -r1.50 src/sys/dev/usb/usb_quirks.c
cvs rdiff -r1.113 -r1.114 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/usb/usbdi_util.h

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