aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c
diff options
context:
space:
mode:
authorreinelt <>2005-04-24 04:33:46 +0000
committerreinelt <>2005-04-24 04:33:46 +0000
commitc8b000e75378fbaa060b9377fef0c392d2289386 (patch)
tree85e80b1d245b58e983d458a5cd1958aa12c902f2 /drv_USBLCD.c
parent6fd5d2e000921afa3ef5d6b0f721dc96975f9365 (diff)
downloadlcd4linux-c8b000e75378fbaa060b9377fef0c392d2289386.tar.gz
[lcd4linux @ 2005-04-24 04:33:46 by reinelt]
driver for TREFON USB LCD's added
Diffstat (limited to '')
-rw-r--r--drv_USBLCD.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drv_USBLCD.c b/drv_USBLCD.c
index a1e8eba..aa5b927 100644
--- a/drv_USBLCD.c
+++ b/drv_USBLCD.c
@@ -1,4 +1,4 @@
-/* $Id: drv_USBLCD.c,v 1.21 2005/04/02 05:28:58 reinelt Exp $
+/* $Id: drv_USBLCD.c,v 1.22 2005/04/24 04:33:46 reinelt Exp $
*
* new style driver for USBLCD displays
*
@@ -26,6 +26,9 @@
*
*
* $Log: drv_USBLCD.c,v $
+ * Revision 1.22 2005/04/24 04:33:46 reinelt
+ * driver for TREFON USB LCD's added
+ *
* Revision 1.21 2005/04/02 05:28:58 reinelt
* fixed gcc4 warnings about signed/unsigned mismatches
*
@@ -246,7 +249,7 @@ static int drv_UL_close (void)
#endif
-static void drv_UL_send ()
+static void drv_UL_send (void)
{
#if 0