From 55c3aae4044ca2115ba12194faa4e834e7899909 Mon Sep 17 00:00:00 2001 From: reinelt Date: Fri, 8 Sep 2006 19:00:46 +0000 Subject: [lcd4linux @ 2006-09-08 19:00:46 by reinelt] give up after 10 write errors to serial device git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@709 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_USBLCD.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'drv_USBLCD.c') diff --git a/drv_USBLCD.c b/drv_USBLCD.c index f59ca8d..847a99a 100644 --- a/drv_USBLCD.c +++ b/drv_USBLCD.c @@ -1,4 +1,4 @@ -/* $Id: drv_USBLCD.c,v 1.24 2006/01/30 06:25:54 reinelt Exp $ +/* $Id: drv_USBLCD.c,v 1.25 2006/09/08 19:00:46 reinelt Exp $ * * new style driver for USBLCD displays * @@ -26,6 +26,9 @@ * * * $Log: drv_USBLCD.c,v $ + * Revision 1.25 2006/09/08 19:00:46 reinelt + * give up after 10 write errors to serial device + * * Revision 1.24 2006/01/30 06:25:54 reinelt * added CVS Revision * @@ -190,8 +193,6 @@ extern int usb_debug; #endif -extern int got_signal; - /****************************************/ @@ -504,7 +505,7 @@ int drv_UL_init(const char *section, const int quiet) int asc255bug; int ret; - info("%s: %s", Name, "$Revision: 1.24 $"); + info("%s: %s", Name, "$Revision: 1.25 $"); /* display preferences */ XRES = 5; /* pixel width of one char */ -- cgit v1.2.3