aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Noritake.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_Noritake.c
parent610e3cae61ad5bd68eeaddea50ad900e4174d6d7 (diff)
downloadlcd4linux-bb2fb68954857b86860db18dff6af51220b87b17.tar.gz
[lcd4linux @ 2006-01-30 06:25:48 by reinelt]
added CVS Revision
Diffstat (limited to '')
-rw-r--r--drv_Noritake.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/drv_Noritake.c b/drv_Noritake.c
index 048b3d9..9aec59e 100644
--- a/drv_Noritake.c
+++ b/drv_Noritake.c
@@ -1,4 +1,4 @@
-/* $Id: drv_Noritake.c,v 1.4 2005/05/08 04:32:44 reinelt Exp $
+/* $Id: drv_Noritake.c,v 1.5 2006/01/30 06:25:53 reinelt Exp $
*
* Driver for a Noritake GU128x32-311 graphical display.
*
@@ -22,6 +22,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: drv_Noritake.c,v $
+ * Revision 1.5 2006/01/30 06:25:53 reinelt
+ * added CVS Revision
+ *
* Revision 1.4 2005/05/08 04:32:44 reinelt
* CodingStyle added and applied
*
@@ -121,8 +124,8 @@ static unsigned char SIGNAL_CS; /* Chip select, OUTPUT, negative logic, pport AU
static unsigned char SIGNAL_WR; /* Write OUTPUT, negative logic, pport STOBE */
static unsigned char SIGNAL_RESET; /* Reset, OUTPUT, negative logic, pport INIT */
static unsigned char SIGNAL_BLANK; /* Blank, OUTPUT , negative logic, pport SELECT-IN */
- /* static unsigned char SIGNAL_BUSY; *//* Busy, INPUT , positive logic, pport BUSY, not used */
- /* static unsigned char SIGNAL_FRP; *//* Frame Pulse, INPUT , positive logic, pport ACK, not used */
+ /* static unsigned char SIGNAL_BUSY; *//* Busy, INPUT , positive logic, pport BUSY, not used */
+ /* static unsigned char SIGNAL_FRP; *//* Frame Pulse, INPUT , positive logic, pport ACK, not used */
void (*drv_Noritake_clear) (void);
/* Data port is positive logic */
@@ -342,6 +345,8 @@ int drv_Noritake_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
+ info("%s: %s", Name, "$Revision: 1.5 $");
+
/* start display */
if ((ret = drv_Noritake_start(section)) != 0)
return ret;