Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2007 19:18:24 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130419 for review
Message-ID:  <200712071918.lB7JIOnS095843@repoman.freebsd.org>

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

Change 130419 by hselasky@hselasky_laptop001 on 2007/12/07 19:17:36

	
	Spell correction.

Affected files ...

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

Differences ...

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

@@ -207,7 +207,7 @@
 
 /*
  * Definition of direction mask for
- * "bEndpointAddress" and "bRequestType":
+ * "bEndpointAddress" and "bmRequestType":
  */
 #define	USB_DIR_MASK			0x80
 #define	USB_DIR_OUT			0x00	/* write to USB device */
@@ -215,7 +215,7 @@
 
 /*
  * Definition of type mask for
- * "bRequestType":
+ * "bmRequestType":
  */
 #define	USB_TYPE_MASK			(0x03 << 5)
 #define	USB_TYPE_STANDARD		(0x00 << 5)
@@ -225,7 +225,7 @@
 
 /*
  * Definition of receiver mask for
- * "bRequestType":
+ * "bmRequestType":
  */
 #define	USB_RECIP_MASK			0x1f
 #define	USB_RECIP_DEVICE		0x00



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