]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2003-10-08 14:21:10 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 8 Oct 2003 14:21:10 +0000 (14:21 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 8 Oct 2003 14:21:10 +0000 (14:21 +0000)
Changelog; small type in parport.c

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@263 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

ChangeLog
parport.c

index dfc50fab9d6b52c441970989c99c21f566bbafef..594d692ebf12fc52515dcaab3da3caf2d8833ac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,73 @@
+2003-10-08  andy-b  <andy-b@merlin.ethnet>
+
+       * MilfordInstruments.c:
+       Cleaned up code in MilfordInstruments.c, and added descriptions for other display sizes (untested)
+
+2003-10-08  nicowallmeier  <nicowallmeier@merlin.ethnet>
+
+       * HD44780.c: special handling for 16x4 displays
+
+       * HD44780.c: Support of two displays of the same size
+
+2003-10-07  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * configure.in, Makefile.in, config.h.in, configure:
+       AM_PROG_LIBTOOL removed
+
+2003-10-06  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * expression.c: functions: min(), max()
+
+       * evaluator.c, expression.c: operators: ==, \!=, <=, >=
+
+       * evaluator.c, evaluator.h, expression.c, expression.h:
+       expression evaluator added
+
+       * bootstrap, libtool: files 'libtool' and 'bootstrap' added
+
+       * configure.in, Makefile.am, Makefile.in, configure:
+       libtool stuff again...
+
+2003-10-05  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c, Makefile.am, Makefile.in, MatrixOrbital.c, MilfordInstruments.c, PalmPilot.c, Raster.c, SIN.c, Skeleton.c, T6963.c, Text.c, USBLCD.c, XWindow.c, bar.c, bar.h, battery.c, battery.h, cfg.c, cfg.h, debug.c, debug.h, display.c, display.h, dvb.c, dvb.h, exec.c, exec.h, filter.c, filter.h, fontmap.c, fontmap.h, icon.c, icon.h, isdn.c, isdn.h, lcd4linux.c, lock.c, lock.h, mail.c, mail.h, mail2.c, parport.c, parport.h, parser.c, parser.h, pid.c, pid.h, pixmap.c, pixmap.h, processor.c, processor.h, seti.c, seti.h, socket.c, socket.h, system.c, system.h, udelay.c, udelay.h, widget.c, widget.h:
+       libtool junk; copyright messages cleaned up
+
+2003-10-04  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * configure.in, ltmain.sh, Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure:
+       autoconf/automake/libtool fixes from Ronald Landheer-Cieslak
+
+2003-10-03  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * parport.c:
+       compile error in parport fixed (thanks to Andrew from FilmCan)
+
+       * MatrixOrbital.c, processor.c:
+       start support for new MatrixOrbital MX2 displays
+
+2003-09-29  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * configure.in, display.c, Makefile.am, Makefile.in, MilfordInstruments.c, config.h.in, configure:
+       new driver for Milford Instruments MI420 by Andy Baxter
+
+       * HD44780.c, MatrixOrbital.c, T6963.c:
+       changed default HD44780 wiring: unused signals are GND
+
+2003-09-21  Michael Reinelt  <reinelt@merlin.ethnet>
+
+       * HD44780.c, MatrixOrbital.c:
+
+       MatrixOrbital: bidirectional communication
+       HD44780: special handling for 16x1 displays (thanks to anonymous bug report on sf.net)
+
 2003-09-19  Michael Reinelt  <reinelt@merlin.ethnet>
 
+       * ChangeLog, configure, configure.in, lock.c:
+
+       increased version number to 0.9.12
+       port locking is done as /var/lock/LCK..usb_tts_0 for /dev/usb/tts/0
+
        * Makefile.am, Makefile.in, TODO, icon.c, widget.c, widget.h:
        minor fixes, widget.c added
 
index 81e32589450a6b13b4d2645303787ab3e469373d..1ebf3402701bed0f687ce4bbb88979d8f3587408 100644 (file)
--- a/parport.c
+++ b/parport.c
@@ -1,4 +1,4 @@
-/* $Id: parport.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
+/* $Id: parport.c,v 1.11 2003/10/08 14:21:10 reinelt Exp $
  *
  * generic parallel port handling
  *
@@ -22,6 +22,9 @@
  *
  *
  * $Log: parport.c,v $
+ * Revision 1.11  2003/10/08 14:21:10  reinelt
+ * Changelog; small type in parport.c
+ *
  * Revision 1.10  2003/10/05 17:58:50  reinelt
  * libtool junk; copyright messages cleaned up
  *
@@ -313,7 +316,7 @@ unsigned char parport_wire_data (char *name, unsigned char *deflt)
     w=0;
   } else {
     error ("parport: unknown signal <%s> for wire <%s>", s, name);
-    error ("         should be DB..7 or GND");
+    error ("         should be DB0..7 or GND");
     return 0xff;
   }