PERFORCE change 107684 for review

Hans Petter Selasky hselasky at FreeBSD.org
Wed Oct 11 06:38:11 PDT 2006


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

Change 107684 by hselasky at hselasky_mini_itx on 2006/10/11 13:36:17

	Update documentation.

Affected files ...

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

Differences ...

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

@@ -181,16 +181,17 @@
  *------------------------------------------------------------------------*/
 
 - The "type" field selects the USB pipe type. Valid values are:
-  UE_INTERRUPT, UE_CONTROL, UE_BULK, UE_ISOCHRONOUS. This field is
-  mandatory.
+  UE_INTERRUPT, UE_CONTROL, UE_BULK, UE_ISOCHRONOUS. The special
+  value UE_BULK_INTR will select BULK and INTERRUPT pipes.
+  This field is mandatory.
 
 - The "endpoint" field selects the USB endpoint number. A value of
-  0xFF or "-1" will select the first matching endpoint. This field is
-  mandatory.
+  0xFF, "-1" or "UE_ADDR_ANY" will select the first matching endpoint.
+  This field is mandatory.
 
-- The "direction" field selects the USB endpoint direction. A value of 0xFF
-  or "-1" will select the first matching endpoint. Else valid values
-  are: "UE_DIR_IN" and "UE_DIR_OUT". This field is mandatory.
+- The "direction" field selects the USB endpoint direction. A value of 0xFF,
+  "-1" or "UE_DIR_ANY" will select the first matching endpoint. Else valid
+  values are: "UE_DIR_IN" and "UE_DIR_OUT". This field is mandatory.
 
 - The "interval" field selects the interrupt interval, for "type" = UE_INTERRUPT.
   The "interval" is given in milliseconds. "0" selects the default
@@ -261,3 +262,4 @@
 panics.
 
 --HPS
+


More information about the p4-projects mailing list