aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Trefon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_Trefon.c')
-rw-r--r--drv_Trefon.c31
1 files changed, 3 insertions, 28 deletions
diff --git a/drv_Trefon.c b/drv_Trefon.c
index 1dfb243..4baf94e 100644
--- a/drv_Trefon.c
+++ b/drv_Trefon.c
@@ -1,4 +1,5 @@
-/* $Id: drv_Trefon.c,v 1.6 2006/01/30 06:25:54 reinelt Exp $
+/* $Id: drv_Trefon.c 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_Trefon.c $
*
* driver for TREFON USB LCD displays - http://www.trefon.de
*
@@ -21,31 +22,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: drv_Trefon.c,v $
- * Revision 1.6 2006/01/30 06:25:54 reinelt
- * added CVS Revision
- *
- * Revision 1.5 2005/08/21 08:18:56 reinelt
- * CrystalFontz ACK processing
- *
- * Revision 1.4 2005/08/20 10:10:13 reinelt
- * TREFON patch from Stephan Trautvetter:
- * drv_TF_init: CHAR0 set to 0 instead of 1
- * drv_TF_write: combine the GOTO and the data into one packet
- * drv_TF_write: add GOTO-Case for resolutions 8x1/20x4 characters
- * drv_TF_start: test for existing resolutions from TREFON USB-LCDs implemented
- * the use of 'asc255bug 1' is recommendable
- *
- * Revision 1.3 2005/05/08 04:32:44 reinelt
- * CodingStyle added and applied
- *
- * Revision 1.2 2005/04/24 05:27:09 reinelt
- * Trefon Backlight added
- *
- * Revision 1.1 2005/04/24 04:33:46 reinelt
- * driver for TREFON USB LCD's added
- *
*/
/*
@@ -97,7 +73,6 @@ static usb_dev_handle *lcd;
static int interface;
extern int usb_debug;
-extern int got_signal;
/****************************************/
@@ -351,7 +326,7 @@ int drv_TF_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 */