PERFORCE change 130502 for review
    Hans Petter Selasky 
    hselasky at FreeBSD.org
       
    Sat Dec  8 05:57:46 PST 2007
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=130502
Change 130502 by hselasky at 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:
 ===========
    
    
More information about the p4-projects
mailing list