diff options
| author | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:25:19 +0200 |
|---|---|---|
| committer | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:25:19 +0200 |
| commit | d0c7529cb9833ede3595051df5599a11fe03be48 (patch) | |
| tree | 4e63b581f10aa58e714cbf5f08f8c4ade0c09fff /drv_BWCT.c | |
| parent | 3811bca55e79006fb5c3dc8f25d8ef29ccdda758 (diff) | |
| download | lcd4linux-d0c7529cb9833ede3595051df5599a11fe03be48.tar.gz | |
import new upstream
Diffstat (limited to 'drv_BWCT.c')
| -rw-r--r-- | drv_BWCT.c | 25 |
1 files changed, 3 insertions, 22 deletions
@@ -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 */ |
