PERFORCE change 144764 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Jul 6 08:50:49 UTC 2008


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

Change 144764 by hselasky at hselasky_laptop001 on 2008/07/06 08:49:50

	
	Compile fix and add USB status on transfer completion.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/include/usb2_ioctl.h#6 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/include/usb2_ioctl.h#6 (text+ko) ====

@@ -135,6 +135,7 @@
 	uint16_t timeout;		/* in milliseconds */
 	/* timeout value for no timeout */
 #define	USB2_FS_TIMEOUT_NONE 0
+	uint8_t	status;			/* see USB_ERR_XXX */
 };
 
 struct usb2_fs_init {
@@ -161,7 +162,7 @@
 };
 
 struct usb2_fs_clear_stall_sync {
-	unit8_t	ep_index;
+	uint8_t	ep_index;
 };
 
 /* USB controller */


More information about the p4-projects mailing list