aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c
diff options
context:
space:
mode:
authorreinelt <>2006-01-30 06:25:54 +0000
committerreinelt <>2006-01-30 06:25:54 +0000
commitbb2fb68954857b86860db18dff6af51220b87b17 (patch)
tree4ba794060ae30830928432a79055357307faf8a6 /drv_USBLCD.c
parent610e3cae61ad5bd68eeaddea50ad900e4174d6d7 (diff)
downloadlcd4linux-bb2fb68954857b86860db18dff6af51220b87b17.tar.gz
[lcd4linux @ 2006-01-30 06:25:48 by reinelt]
added CVS Revision
Diffstat (limited to 'drv_USBLCD.c')
-rw-r--r--drv_USBLCD.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drv_USBLCD.c b/drv_USBLCD.c
index dd179c3..f59ca8d 100644
--- a/drv_USBLCD.c
+++ b/drv_USBLCD.c
@@ -1,4 +1,4 @@
-/* $Id: drv_USBLCD.c,v 1.23 2005/05/08 04:32:44 reinelt Exp $
+/* $Id: drv_USBLCD.c,v 1.24 2006/01/30 06:25:54 reinelt Exp $
*
* new style driver for USBLCD displays
*
@@ -26,6 +26,9 @@
*
*
* $Log: drv_USBLCD.c,v $
+ * Revision 1.24 2006/01/30 06:25:54 reinelt
+ * added CVS Revision
+ *
* Revision 1.23 2005/05/08 04:32:44 reinelt
* CodingStyle added and applied
*
@@ -501,6 +504,8 @@ int drv_UL_init(const char *section, const int quiet)
int asc255bug;
int ret;
+ info("%s: %s", Name, "$Revision: 1.24 $");
+
/* display preferences */
XRES = 5; /* pixel width of one char */
YRES = 8; /* pixel height of one char */