aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDTerm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_LCDTerm.c')
-rw-r--r--drv_LCDTerm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drv_LCDTerm.c b/drv_LCDTerm.c
index 8255c3b..13556b9 100644
--- a/drv_LCDTerm.c
+++ b/drv_LCDTerm.c
@@ -1,10 +1,10 @@
-/* $Id: drv_LCDTerm.c 773 2007-02-25 12:39:09Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LCDTerm.c $
+/* $Id: drv_LCDTerm.c 975 2009-01-18 11:16:20Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_LCDTerm.c $
*
* driver for the LCDTerm serial-to-HD44780 adapter boards
* http://www.bobblick.com/techref/projects/lcdterm/lcdterm.html
*
- * Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2005 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -186,7 +186,7 @@ static int drv_LT_start(const char *section, const int quiet)
/* list models */
int drv_LT_list(void)
{
- printf("generic");
+ printf("LCDTerm serial-to-HD44780 adapter board");
return 0;
}
@@ -198,7 +198,7 @@ int drv_LT_init(const char *section, const int quiet)
int asc255bug;
int ret;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev: 975 $");
/* display preferences */
XRES = 5; /* pixel width of one char */