PERFORCE change 107706 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Oct 11 15:17:02 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107706
Change 107706 by hselasky at 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 */
More information about the p4-projects
mailing list