Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2007 13:57:45 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130502 for review
Message-ID:  <200712081357.lB8DvjwC069529@repoman.freebsd.org>

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

Change 130502 by hselasky@hselasky_laptop001 on 2007/12/08 13:56:52

	
	Update documentation.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/README#25 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/README#25 (text+ko) ====

@@ -192,7 +192,7 @@
 /*------------------------------------------------------------------------*
  * struct usbd_config {
  *   type, endpoint, direction, interval, timeout, frames, index
- *   flags, bufsize, callback
+ *   flags, bufsize, cb
  * };
  *------------------------------------------------------------------------*/
 
@@ -337,7 +337,8 @@
   NOTE: For control transfers "bufsize" includes
   the length of the request structure. 
 
-- The "callback" field sets the USB callback. This field is mandatory.
+- The "cb[]" pointer array sets the USB callbacks for USB host mode
+  and USB device mode respectivly. This field is mandatory.
 
 MUTEX NOTE:
 ===========



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