Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2008 08:50:49 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 144764 for review
Message-ID:  <200807060850.m668onpR089748@repoman.freebsd.org>

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

Change 144764 by hselasky@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 */



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