new driver mx5000 for Logitech MX5000 keyboards (Christian Jodar)

This commit is contained in:
marschap
2008-04-16 16:59:18 +00:00
parent 97857b2ee5
commit 9d9c4d890b
11 changed files with 571 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ well as the configuration of LCDd.
&ms6931;
&mtc_s16209x;
&MtxOrb;
&mx5000;
&NoritakeVFD;
&picolcd;
&pylcd;
+52
View File
@@ -0,0 +1,52 @@
<sect1 id="mx5000-howto">
<title>The MX5000 Driver</title>
<para>
This section talks about using LCDproc with LCD displays on Logitech MX5000
keyboards.
</para>
<sect2 id="mx5000-features">
<title>Features</title>
<para>
This drivers uses the library from mx5000tools.
</para>
</sect2>
<sect2 id="mx5000-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="mx5000-config-section">
<title>[mx5000]</title>
<variablelist>
<varlistentry>
<term>
<command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term>
<listitem><para>
Select the output device to use [default: <filename>/dev/hiddev0</filename>]
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<command>WaitAfterRefresh</command> =
<arg choice="plain"><replaceable>MS</replaceable></arg>
</arg>
</term>
<listitem><para>
Set the time (in ms) to wait after each screen sent to the keyboard.
Default is 1000ms.
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>
+1
View File
@@ -40,6 +40,7 @@
<!ENTITY ms6931 SYSTEM "drivers/ms6931.docbook">
<!ENTITY mtc_s16209x SYSTEM "drivers/mtc_s16209x.docbook">
<!ENTITY MtxOrb SYSTEM "drivers/mtxorb.docbook">
<!ENTITY mx5000 SYSTEM "drivers/mx5000.docbook">
<!ENTITY NoritakeVFD SYSTEM "drivers/NoritakeVFD.docbook">
<!ENTITY picolcd SYSTEM "drivers/picolcd.docbook">
<!ENTITY pylcd SYSTEM "drivers/pylcd.docbook">