From bb2fb68954857b86860db18dff6af51220b87b17 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 30 Jan 2006 06:25:54 +0000 Subject: [lcd4linux @ 2006-01-30 06:25:48 by reinelt] added CVS Revision --- drv_Cwlinux.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'drv_Cwlinux.c') diff --git a/drv_Cwlinux.c b/drv_Cwlinux.c index 9df7e72..56856cd 100644 --- a/drv_Cwlinux.c +++ b/drv_Cwlinux.c @@ -1,4 +1,4 @@ -/* $Id: drv_Cwlinux.c,v 1.23 2006/01/05 18:56:57 reinelt Exp $ +/* $Id: drv_Cwlinux.c,v 1.24 2006/01/30 06:25:49 reinelt Exp $ * * new style driver for Cwlinux display modules * @@ -23,6 +23,9 @@ * * * $Log: drv_Cwlinux.c,v $ + * Revision 1.24 2006/01/30 06:25:49 reinelt + * added CVS Revision + * * Revision 1.23 2006/01/05 18:56:57 reinelt * more GPO stuff * @@ -239,7 +242,7 @@ static void drv_CW12232_defchar(const int ascii, const unsigned char *buffer) static int drv_CW_GPO(const int num, const int val) { /* Fixme: GPO's not yet implemented! */ - error ("%s: GPO's not yet implemented!", Name); + error("%s: GPO's not yet implemented!", Name); return val; } @@ -415,6 +418,8 @@ int drv_CW_init(const char *section, const int quiet) WIDGET_CLASS wc; int ret; + info("%s: %s", Name, "$Revision: 1.24 $"); + /* display preferences */ XRES = 6; /* pixel width of one char */ YRES = 8; /* pixel height of one char */ -- cgit v1.2.3