Date: Wed, 11 Oct 2006 13:36:40 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 107684 for review Message-ID: <200610111336.k9BDaeEm022717@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107684 Change 107684 by hselasky@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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610111336.k9BDaeEm022717>