aboutsummaryrefslogtreecommitdiffstats
path: root/drv_BWCT.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_BWCT.c')
-rw-r--r--drv_BWCT.c25
1 files changed, 3 insertions, 22 deletions
diff --git a/drv_BWCT.c b/drv_BWCT.c
index c27e4f5..4777a9b 100644
--- a/drv_BWCT.c
+++ b/drv_BWCT.c
@@ -1,4 +1,5 @@
-/* $Id: drv_BWCT.c,v 1.6 2006/01/30 06:25:48 reinelt Exp $
+/* $Id: drv_BWCT.c 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_BWCT.c $
*
* new style driver for BWCT USB LCD displays
*
@@ -21,26 +22,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: drv_BWCT.c,v $
- * Revision 1.6 2006/01/30 06:25:48 reinelt
- * added CVS Revision
- *
- * Revision 1.5 2006/01/05 15:53:45 nicowallmeier
- * fixed compatility with gcc 2.95
- *
- * Revision 1.4 2005/12/11 14:55:28 reinelt
- * contrast range for BWCT is 0..255, not 0..100
- *
- * Revision 1.3 2005/05/08 04:32:43 reinelt
- * CodingStyle added and applied
- *
- * Revision 1.2 2005/01/18 06:30:22 reinelt
- * added (C) to all copyright statements
- *
- * Revision 1.1 2004/09/24 21:41:00 reinelt
- * new driver for the BWCT USB LCD interface board.
- *
*/
/*
@@ -329,7 +310,7 @@ int drv_BW_init(const char *section, const int quiet)
int asc255bug;
int ret;
- info("%s: %s", Name, "$Revision: 1.6 $");
+ info("%s: %s", Name, "$Rev: 728 $");
/* display preferences */
XRES = 5; /* pixel width of one char */