Date: Sat, 31 Jul 2010 09:15:45 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 181630 for review Message-ID: <201007310915.o6V9FjO7037113@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@181630?ac=10 Change 181630 by hselasky@hselasky_laptop001 on 2010/07/31 09:15:23 USB core: - correct some SuperSpeed USB descriptors. Affected files ... .. //depot/projects/usb/src/sys/dev/usb/usb.h#51 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/usb.h#51 (text+ko) ==== @@ -333,7 +333,7 @@ uByte bDevCapabilityType; uByte bmAttributes; uWord wSpeedsSupported; - uByte bFunctionaltySupport; + uByte bFunctionalitySupport; uByte bU1DevExitLat; uByte bU2DevExitLat; } __packed; @@ -535,7 +535,7 @@ struct usb_endpoint_ss_comp_descriptor { uByte bLength; uByte bDescriptorType; - uWord bMaxBurst; + uByte bMaxBurst; uByte bmAttributes; uWord wBytesPerInterval; } __packed;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007310915.o6V9FjO7037113>