summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar ddennedy 2004-10-30 22:49:27 +0000
committerGravatar ddennedy 2004-10-30 22:49:27 +0000
commitff3c421f8dbdb581448b63316009668d1bc277f5 (patch)
tree5a26ed3cfffe9166e36eec756f27d0fbdbdb367e /doc
parentPatch from Jim Radford. Other half of packet_per_buffer ABI cleanup. (diff)
bump versions, build fixes, and doc updates
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/libraw1394.sgml11
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 68a5d48..7f1d80c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,7 +9,7 @@ man_MANS = testlibraw.1 sendiso.1 dumpiso.1 isodump.5
CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \
libraw1394.tex libraw1394.pdf
-MAINTAINERCLEANFILES = libraw1394.ps
+MAINTAINERCLEANFILES = Makefile.in libraw1394.ps
maintainer-clean-local:
rm -rf libraw1394
diff --git a/doc/libraw1394.sgml b/doc/libraw1394.sgml
index 62ae8a0..9073690 100644
--- a/doc/libraw1394.sgml
+++ b/doc/libraw1394.sgml
@@ -4,7 +4,7 @@
<bookinfo>
<title>libraw1394</title>
- <subtitle>version 0.9</subtitle>
+ <subtitle>version 1.0.0</subtitle>
<copyright>
<year>2001</year>
@@ -319,6 +319,7 @@
be different nodes, so automatic behaviour would be very undesirable in
these cases.
</para>
+ </sect1>
</chapter>
@@ -694,7 +695,8 @@
<para>
<symbol>speed</symbol> is the isochronous speed at which you
wish to operate. Possible values are
- <symbol>RAW1394_ISO_SPEED_100</symbol> through
+ <symbol>RAW1394_ISO_SPEED_100</symbol>,
+ <symbol>RAW1394_ISO_SPEED_200</symbol>, and
<symbol>RAW1394_ISO_SPEED_400</symbol>.
</para>
@@ -705,6 +707,11 @@
irq_interval packets). Pass -1 to receive a default value
that should be suitable for most applications.
</para>
+
+ <para>
+ <symbol>mode</symbol> for <function>raw1394_iso_recv_init()</function>
+ sets whether to use packet-per-buffer or buffer-fill receive mode.
+ </para>
<para>
If <function>raw1394_iso_xmit/recv_init()</function> retuns
='2021-07-26 16:10:31 -0700'>2021-07-26updatesGravatar John Cowan 1-2/+4 2021-07-26dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-26DTO to DTDGravatar John Cowan 1-55/+52 2021-07-26typoGravatar John Cowan 1-1/+1 2021-07-26switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-26errorsGravatar John Cowan 1-1/+4 2021-07-26more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-26update preview linkGravatar John Cowan 1-1/+1 2021-07-26MN-W reviewGravatar John Cowan 1-6/+6 2021-07-26paired mutatorsGravatar John Cowan 1-43/+68 2021-07-25exceptionsGravatar John Cowan 1-1/+15 2021-07-25new exampleGravatar John Cowan 1-1/+4 2021-07-25updatesGravatar John Cowan 1-2/+4 2021-07-24dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-23DTO to DTDGravatar John Cowan 1-55/+52 2021-07-22typoGravatar John Cowan 1-1/+1 2021-07-22switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-22errorsGravatar John Cowan 1-1/+4 2021-07-22more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-20update preview linkGravatar John Cowan 1-1/+1 2021-07-20MN-W reviewGravatar John Cowan 1-6/+6 2021-07-18Fix typo.Gravatar Arthur A. Gleckler 2-4/+4 2021-07-18Add <p> around abstract.Gravatar Arthur A. Gleckler 1-2/+2 2021-07-18Publish first draft.draft-1Gravatar Arthur A. Gleckler 3-0/+114 2021-07-18Ignore trailing whitespace.Gravatar Arthur A. Gleckler 11-129/+129 2021-07-18Ignore "Dictionaries.log".Gravatar Arthur A. Gleckler 1-1/+2 2021-07-18Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 1-27/+27 2021-07-18Eliminate unnecessary redirect by using TLS/SSL.Gravatar Arthur A. Gleckler 1-1/+1