aboutsummaryrefslogtreecommitdiffstats
path: root/udevd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.xml')
-rw-r--r--udevd.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/udevd.xml b/udevd.xml
index cc2a1bcd..938707be 100644
--- a/udevd.xml
+++ b/udevd.xml
@@ -26,6 +26,7 @@
<cmdsynopsis>
<command>udevd</command>
<arg><option>--daemon</option></arg>
+ <arg><option>--debug-trace</option></arg>
<arg><option>--verbose</option></arg>
<arg><option>--help</option></arg>
</cmdsynopsis>
@@ -49,6 +50,15 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--debug-trace</option></term>
+ <listitem>
+ <para>Run all events completely serialized. This may be useful if udev triggers
+ actions or loads kernel modules which cause problems and a slow but continiuous
+ operation is needed, where no events are processed in parallel.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--verbose</option></term>
<listitem>
<para>Print log messages to stdout.</para>