diff options
Diffstat (limited to 'doc/kcontrol/view1394')
-rw-r--r-- | doc/kcontrol/view1394/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcontrol/view1394/Makefile.am | 4 | ||||
-rw-r--r-- | doc/kcontrol/view1394/index.docbook | 69 |
3 files changed, 85 insertions, 0 deletions
diff --git a/doc/kcontrol/view1394/CMakeLists.txt b/doc/kcontrol/view1394/CMakeLists.txt new file mode 100644 index 000000000..e939755fa --- /dev/null +++ b/doc/kcontrol/view1394/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/view1394 ) diff --git a/doc/kcontrol/view1394/Makefile.am b/doc/kcontrol/view1394/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/view1394/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/view1394/index.docbook b/doc/kcontrol/view1394/index.docbook new file mode 100644 index 000000000..87701f25b --- /dev/null +++ b/doc/kcontrol/view1394/index.docbook @@ -0,0 +1,69 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<article lang="&language;"> +<title><acronym>IEEE 1394</acronym> Devices</title> + +<articleinfo> + +<authorgroup> +<author> +<firstname>Michael</firstname> +<surname>McBride</surname> +</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2010</year> +<holder>&Mike.McBride;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<keywordset> +<keyword>TDE</keyword> +<keyword>IEEE</keyword> +<keyword>1394</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="kcmview1394"> +<title>IEEE 1394 Device Information Module</title> + +<para>The IEEE 1394 interface, also known as <trademark>FireWire</trademark>, +is a serial bus interface standard for high-speed +communications and isochronous real-time data transfer.</para> + +<para>The list in this module displays all devices attached to IEEE 1394 bus and +allows you to reset the bus by selecting the <guibutton>Generate 1394 Bus Reset</guibutton> +button.</para> + +<para>The meaning of the columns in this list:</para> +<itemizedlist> +<listitem><para><guilabel>Name</guilabel>: port or node name, the number can change with each bus reset</para></listitem> +<listitem><para><guilabel>GUID</guilabel>: the 64 bit GUID of the node</para></listitem> +<listitem><para><guilabel>Local</guilabel>: checked if the node is an IEEE 1394 port of your computer</para></listitem> +<listitem><para><guilabel>IRM</guilabel>: checked if the node is isochronous resource manager capable</para></listitem> +<listitem><para><guilabel>CRM</guilabel>: checked if the node is cycle master capable</para></listitem> +<listitem><para><guilabel>ISO</guilabel>: checked if the node supports isochronous transfers</para></listitem> +<listitem><para><guilabel>BM</guilabel>: checked if the node is bus manager capable</para></listitem> +<listitem><para><guilabel>PM</guilabel>: checked if the node is power management capable</para></listitem> +<listitem><para><guilabel>Acc</guilabel>: the cycle clock accuracy of the node, valid from 0 to 100</para></listitem> +<listitem><para><guilabel>Speed</guilabel>: the speed of the node</para></listitem> +<listitem><para><guilabel>Vendor</guilabel>: the vendor of the device</para></listitem> +</itemizedlist> + +</sect1> + +</article> |