Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 22:16:54 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 107706 for review
Message-ID:  <200610112216.k9BMGsAO060245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107706

Change 107706 by hselasky@hselasky_mini_itx on 2006/10/11 22:16:44

	Maximum length of usb-string-descriptor is 255 bytes.
	Add missing byte.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb.h#8 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb.h#8 (text+ko) ====

@@ -317,6 +317,7 @@
 	uByte		bLength;
 	uByte		bDescriptorType;
 	uWord		bString[126];
+	uByte		bUnused;
 } UPACKED usb_string_descriptor_t;
 #define USB_MAX_STRING_LEN 128
 #define USB_LANGUAGE_TABLE 0	/* # of the string language id table */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610112216.k9BMGsAO060245>