aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDTerm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_LCDTerm.c')
-rw-r--r--drv_LCDTerm.c22
1 files changed, 3 insertions, 19 deletions
diff --git a/drv_LCDTerm.c b/drv_LCDTerm.c
index 851b9d5..9a5a91c 100644
--- a/drv_LCDTerm.c
+++ b/drv_LCDTerm.c
@@ -1,4 +1,5 @@
-/* $Id: drv_LCDTerm.c,v 1.5 2006/01/30 06:25:52 reinelt Exp $
+/* $Id: drv_LCDTerm.c 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LCDTerm.c $
*
* driver for the LCDTerm serial-to-HD44780 adapter boards
* http://www.bobblick.com/techref/projects/lcdterm/lcdterm.html
@@ -22,23 +23,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: drv_LCDTerm.c,v $
- * Revision 1.5 2006/01/30 06:25:52 reinelt
- * added CVS Revision
- *
- * Revision 1.4 2005/05/08 04:32:44 reinelt
- * CodingStyle added and applied
- *
- * Revision 1.3 2005/01/22 22:57:57 reinelt
- * LCD-Linux driver added
- *
- * Revision 1.2 2005/01/18 06:30:23 reinelt
- * added (C) to all copyright statements
- *
- * Revision 1.1 2005/01/15 13:13:57 reinelt
- * LCDTerm driver added, take 2
- *
*/
/*
@@ -214,7 +198,7 @@ int drv_LT_init(const char *section, const int quiet)
int asc255bug;
int ret;
- info("%s: %s", Name, "$Revision: 1.5 $");
+ info("%s: %s", Name, "$Rev: 728 $");
/* display preferences */
XRES = 5; /* pixel width of one char */