small update; make source more readable

This commit is contained in:
marschap
2008-10-08 16:39:30 +00:00
parent b8cae203a6
commit 150c0747a2
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -97,9 +97,11 @@ as well as Darwin/MacOS X.
Newer Linux kernels (2.6.20 and higher) provide a kernel module Newer Linux kernels (2.6.20 and higher) provide a kernel module
<filename>iowarrior.ko</filename> that allows controlling IOWarrior <filename>iowarrior.ko</filename> that allows controlling IOWarrior
chips using device files. chips using device files.
Having this module loaded may hinder <application>LCDd</application> <application>LCDd</application> tries to unload this kernel module
for <filename>libusb</filename> to be able to control IOWarrior devices.
If this fails, this may hinder <application>LCDd</application>
from starting using the <code>IOWarrior</code> driver. from starting using the <code>IOWarrior</code> driver.
In this case, simply unload the kernel module. In this case, simply unload the kernel module by hand.
</para> </para>
</note> </note>
</para> </para>
+3 -1
View File
@@ -72,6 +72,7 @@ USB library.
But who knowns &hellip; But who knowns &hellip;
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>VendorID</command> = <command>VendorID</command> =
@@ -92,6 +93,7 @@ USB library.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>ProductID</command> = <command>ProductID</command> =
@@ -112,6 +114,7 @@ USB library.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness</command> = <command>Brightness</command> =
@@ -127,7 +130,6 @@ USB library.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</sect3> </sect3>