aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Noritake.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_Noritake.c')
-rw-r--r--drv_Noritake.c36
1 files changed, 3 insertions, 33 deletions
diff --git a/drv_Noritake.c b/drv_Noritake.c
index 5413e11..b9489c3 100644
--- a/drv_Noritake.c
+++ b/drv_Noritake.c
@@ -1,4 +1,5 @@
-/* $Id: drv_Noritake.c,v 1.8 2006/02/27 08:12:34 reinelt Exp $
+/* $Id: drv_Noritake.c 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_Noritake.c $
*
* Driver for a Noritake GU128x32-311 graphical display.
*
@@ -21,37 +22,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Log: drv_Noritake.c,v $
- * Revision 1.8 2006/02/27 08:12:34 reinelt
- * use serdisplib's full color support
- *
- * Revision 1.7 2006/02/27 06:15:55 reinelt
- * indent...
- *
- * Revision 1.6 2006/02/25 13:36:33 geronet
- * updated indent.sh, applied coding style
- *
- * 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
- *
- * Revision 1.3 2005/05/05 08:36:12 reinelt
- * changed SELECT to SLCTIN
- *
- * Revision 1.2 2005/05/04 07:18:44 obconseil
- * Driver modified according to Michels's recommendations :
- *
- * - Suppressed linux/parport.h depandancy. It was not needed anyway.
- * - Compile-time disable the wait_busy polling function, replaced with a time wait.
- * - Replaced the hardwire_* calls by their wire_* equivalent, to adapt other wirings.
- * - Created a "Models" structure, containing parameters for the display.
- * - Other cleanups, to remove compile-time warnings.
- *
- * Revision 1.1 2005/05/04 05:42:38 reinelt
- * Noritake driver added
- *
*/
/*
@@ -358,7 +328,7 @@ int drv_Noritake_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Revision: 1.8 $");
+ info("%s: %s", Name, "$Rev: 728 $");
/* start display */
if ((ret = drv_Noritake_start(section)) != 0)