aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDLinux.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-01-30 06:25:54 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-01-30 06:25:54 +0000
commit4c1eaa81dda325601a4113faa58760b239958ada (patch)
tree4ba794060ae30830928432a79055357307faf8a6 /drv_LCDLinux.c
parent8a3ef46ed5a34e0cc284c833fefd8a738be64f66 (diff)
downloadlcd4linux-4c1eaa81dda325601a4113faa58760b239958ada.tar.gz
[lcd4linux @ 2006-01-30 06:25:48 by reinelt]
added CVS Revision git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@629 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_LCDLinux.c')
-rw-r--r--drv_LCDLinux.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/drv_LCDLinux.c b/drv_LCDLinux.c
index 78e0f03..7f2ec5f 100644
--- a/drv_LCDLinux.c
+++ b/drv_LCDLinux.c
@@ -1,4 +1,4 @@
-/* $Id: drv_LCDLinux.c,v 1.11 2006/01/18 11:49:48 reinelt Exp $
+/* $Id: drv_LCDLinux.c,v 1.12 2006/01/30 06:25:52 reinelt Exp $
*
* driver for the LCD-Linux HD44780 kernel driver
* http://lcd-linux.sourceforge.net
@@ -24,6 +24,9 @@
*
*
* $Log: drv_LCDLinux.c,v $
+ * Revision 1.12 2006/01/30 06:25:52 reinelt
+ * added CVS Revision
+ *
* Revision 1.11 2006/01/18 11:49:48 reinelt
* adopted to lcd-linux-0.9.2
*
@@ -199,7 +202,8 @@ static int drv_LL_start(const char *section, const int quiet)
error("%s: Could not query display information!", Name);
return -1;
}
- info("%s: %dx%d display with %d controllers, flags=0x%02x:", Name, buf.cntr_cols, buf.cntr_rows, buf.num_cntr, buf.flags);
+ info("%s: %dx%d display with %d controllers, flags=0x%02x:", Name, buf.cntr_cols, buf.cntr_rows, buf.num_cntr,
+ buf.flags);
info("%s: busy-flag checking %sabled", Name, buf.flags & HD44780_CHECK_BF ? "en" : "dis");
info("%s: bus width %d bits", Name, buf.flags & HD44780_4BITS_BUS ? 4 : 8);
@@ -293,6 +297,8 @@ int drv_LL_init(const char *section, const int quiet)
int asc255bug;
int ret;
+ info("%s: %s", Name, "$Revision: 1.12 $");
+
/* display preferences */
XRES = 5; /* pixel width of one char */
YRES = 8; /* pixel height of one char */