From 4c1eaa81dda325601a4113faa58760b239958ada 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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@629 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_MatrixOrbital.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'drv_MatrixOrbital.c') diff --git a/drv_MatrixOrbital.c b/drv_MatrixOrbital.c index 0a8976c..93e813d 100644 --- a/drv_MatrixOrbital.c +++ b/drv_MatrixOrbital.c @@ -1,4 +1,4 @@ -/* $Id: drv_MatrixOrbital.c,v 1.41 2006/01/05 18:56:57 reinelt Exp $ +/* $Id: drv_MatrixOrbital.c,v 1.42 2006/01/30 06:25:53 reinelt Exp $ * * new style driver for Matrix Orbital serial display modules * @@ -23,6 +23,9 @@ * * * $Log: drv_MatrixOrbital.c,v $ + * Revision 1.42 2006/01/30 06:25:53 reinelt + * added CVS Revision + * * Revision 1.41 2006/01/05 18:56:57 reinelt * more GPO stuff * @@ -394,7 +397,8 @@ static int drv_MO_GPI(const int num) if (ans[0] == 0x23 && ans[1] == 0x2a && ans[2] == 0x03 && ans[3] == 0x52 && ans[4] == num + 1) { GPI[num] = 18750000 / (256 * ans[5] + ans[6]); } else { - error("%s: strange answer %02x %02x %02x %02x %02x %02x %02x", Name, ans[0], ans[1], ans[2], ans[3], ans[4], ans[5], ans[6]); + error("%s: strange answer %02x %02x %02x %02x %02x %02x %02x", Name, ans[0], ans[1], ans[2], ans[3], + ans[4], ans[5], ans[6]); } } } @@ -493,7 +497,8 @@ static int drv_MO_start(const char *section, const int quiet) /* auto-dedection matches specified model? */ if (Models[i].type != 0xff && Model != i) { - error("%s: %s.Model '%s' from %s does not match dedected Model '%s'", Name, section, model, cfg_source(), Models[i].name); + error("%s: %s.Model '%s' from %s does not match dedected Model '%s'", Name, section, model, + cfg_source(), Models[i].name); return -1; } @@ -632,6 +637,8 @@ int drv_MO_init(const char *section, const int quiet) WIDGET_CLASS wc; int ret; + info("%s: %s", Name, "$Revision: 1.42 $"); + /* display preferences */ XRES = 5; /* pixel width of one char */ YRES = 8; /* pixel height of one char */ -- cgit v1.2.3