aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_Sample.c')
-rw-r--r--drv_Sample.c33
1 files changed, 4 insertions, 29 deletions
diff --git a/drv_Sample.c b/drv_Sample.c
index 974bb31..de42e9d 100644
--- a/drv_Sample.c
+++ b/drv_Sample.c
@@ -1,9 +1,10 @@
-/* $Id: drv_Sample.c,v 1.8 2006/06/19 11:54:08 reinelt Exp $
+/* $Id: drv_Sample.c 733 2007-01-15 05:47:13Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_Sample.c $
*
* sample lcd4linux driver
*
* Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
- * Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2005, 2006, 2007 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
@@ -21,32 +22,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: drv_Sample.c,v $
- * Revision 1.8 2006/06/19 11:54:08 reinelt
- * removed dependency to usb.h from sample driver
- *
- * Revision 1.7 2006/02/27 06:14:46 reinelt
- * graphic bug resulting in all black pixels solved
- *
- * Revision 1.6 2006/02/08 04:55:05 reinelt
- * moved widget registration to drv_generic_graphic
- *
- * Revision 1.5 2006/01/30 06:25:53 reinelt
- * added CVS Revision
- *
- * Revision 1.4 2006/01/30 05:47:38 reinelt
- * graphic subsystem changed to full-color RGBA
- *
- * Revision 1.3 2006/01/05 18:56:57 reinelt
- * more GPO stuff
- *
- * Revision 1.2 2005/12/19 05:08:31 reinelt
- * GPO's added to the Sample driver
- *
- * Revision 1.1 2005/11/04 14:10:38 reinelt
- * drv_Sample and drv_LPH7508
- *
*/
/*
@@ -445,7 +420,7 @@ int drv_Sample_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Revision: 1.8 $");
+ info("%s: %s", Name, "$Rev: 733 $");
/* display preferences */
XRES = 5; /* pixel width of one char */