[Lcdproc] ULA 200 fixes

Bernhard Walle bernhard.walle@gmx.de
Tue Nov 7 17:13:11 2006


Hello,

can you please commit this patch? Thanks.


       Bernhard
----
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/lcdproc/lcdproc/acinclude.m4,v
retrieving revision 1.79
diff -u -r1.79 acinclude.m4
--- acinclude.m4	5 Oct 2006 09:22:21 -0000	1.79
+++ acinclude.m4	22 Oct 2006 21:18:41 -0000
@@ -344,13 +344,13 @@
 			;;
 		ula200)
 			AC_CHECK_HEADERS([usb.h ftdi.h],[
-				AC_CHECK_LIB(ftdi, main,[
+				AC_CHECK_LIB(ftdi, ftdi_set_line_property,[
 					LIBFTDI="-lusb -lftdi"
 					DRIVERS="$DRIVERS ula200${SO}"
 					actdrivers=["$actdrivers ula200"]
 				],[
 dnl				else
-					AC_MSG_WARN([The ula200 driver needs the ftdi library])
+					AC_MSG_WARN([The ula200 driver needs the ftdi library in version 0.7])
 				])
 			],[
 dnl			else
Index: docs/lcdproc-user/drivers/ula200.docbook
===================================================================
RCS file: /cvsroot/lcdproc/lcdproc/docs/lcdproc-user/drivers/ula200.docbook,v
retrieving revision 1.3
diff -u -r1.3 ula200.docbook
--- docs/lcdproc-user/drivers/ula200.docbook	6 Oct 2006 11:05:48 -0000	1.3
+++ docs/lcdproc-user/drivers/ula200.docbook	22 Oct 2006 21:18:42 -0000
@@ -2,8 +2,9 @@
 <title>The ula200 Driver</title>
 
 <para>
-This section talks about using LCDproc with LCD displays that use the
-ula200 chipset.
+  This section talks about using LCDproc with LCD displays that use the
+  ULA-200 USB adapter for HD44780 drivers that can be obtained at
+  <ulink url="http://www.elv.de">ELV</ref>.
 </para>
 
 <!-- ## ELV ULA200 driver ## -->
@@ -55,7 +56,7 @@
   </term>
   <listitem><para>
     If you have a non standard keypad you can associate any keystrings to keys.
-    There are 6 input key in the CwLnx hardware that generate characters
+    There are 6 input key in the ULA-200 hardware that generate characters
     from '<literal>A</literal>' to '<literal>F</literal>'.
     Legal values for <replaceable>KEY</replaceable> are <literal>Up</literal>,
     <literal>Down</literal>, <literal>Left</literal>, <literal>Right</literal>,