aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authorreinelt <>2004-09-24 21:41:00 +0000
committerreinelt <>2004-09-24 21:41:00 +0000
commit5aef0c5097df02b2809eb86c0c81c9e04667ee8e (patch)
treeaf51ab5de2bcb32c3b1c9a4418357c4257e8adb4 /lcd4linux.c
parent75bb1267aab38c6e01a062b73a237fbbff798d66 (diff)
downloadlcd4linux-5aef0c5097df02b2809eb86c0c81c9e04667ee8e.tar.gz
[lcd4linux @ 2004-09-24 21:40:52 by reinelt]
new driver for the BWCT USB LCD interface board.
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/lcd4linux.c b/lcd4linux.c
index 4b92032..0eed8c0 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -1,4 +1,4 @@
-/* $Id: lcd4linux.c,v 1.74 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.75 2004/09/24 21:41:00 reinelt Exp $
*
* LCD4Linux
*
@@ -23,6 +23,9 @@
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.75 2004/09/24 21:41:00 reinelt
+ * new driver for the BWCT USB LCD interface board.
+ *
* Revision 1.74 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
@@ -384,11 +387,10 @@
static char *release = "LCD4Linux " VERSION;
static char *copyright = "Copyright 1999-2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>";
static char **my_argv;
-static int got_signal=0;
-
-int tick, tack;
extern char* output;
+int got_signal=0;
+
static void usage(void)
{