aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_USBLCD.c')
-rw-r--r--drv_USBLCD.c9
1 files changed, 5 insertions, 4 deletions
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 */