PERFORCE change 130419 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Dec 7 11:18:25 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130419

Change 130419 by hselasky at 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


More information about the p4-projects mailing list