docs: port probing reference in its own chapter

This commit is contained in:
Aleksander Morgado
2017-10-17 14:42:26 +02:00
parent 0850fe4f6d
commit 42f4e975c9

View File

@@ -70,9 +70,10 @@
connected, not about the RS232 modem connected to the adapter, if any. connected, not about the RS232 modem connected to the adapter, if any.
</para> </para>
</section> </section>
</chapter>
<section> <chapter id="ref-overview-modem-port-probing">
<title>Probing</title> <title>Port probing</title>
<para> <para>
Whenever a new device is detected by ModemManager, port probing process will Whenever a new device is detected by ModemManager, port probing process will
get started, so that we can determine which kind of ports we have, and also get started, so that we can determine which kind of ports we have, and also
@@ -454,10 +455,10 @@ mm_plugin_create (void)
</programlisting> </programlisting>
</example> </example>
</section> </section>
</section> </chapter>
<section> <chapter id="ref-overview-modem-object-creation">
<title>Port grabbing and Modem object creation</title> <title>Modem object creation</title>
<para> <para>
Once a port passes all probing filters of a given plugin, the plugin will grab Once a port passes all probing filters of a given plugin, the plugin will grab
the port. When the first port of a given device is grabbed, the plugin will create the port. When the first port of a given device is grabbed, the plugin will create
@@ -468,8 +469,6 @@ mm_plugin_create (void)
port type hints can be used to specify AT port flags (e.g. if a port is to be port type hints can be used to specify AT port flags (e.g. if a port is to be
considered primary, secondary or for PPP). considered primary, secondary or for PPP).
</para> </para>
</section>
</chapter> </chapter>
<chapter id="ref-overview-modem-state-machine"> <chapter id="ref-overview-modem-state-machine">