aboutsummaryrefslogtreecommitdiffstats
path: root/parport.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-13 08:18:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-13 08:18:20 +0000
commit3cac7824479e0eef3b0bc6e33e5b4d157119a646 (patch)
tree50b1ca62db5a55df61dcea29017a1852d1e01f9b /parport.c
parent14bc006adad8578e31e557d7ffb57971284a0846 (diff)
downloadlcd4linux-3cac7824479e0eef3b0bc6e33e5b4d157119a646.tar.gz
[lcd4linux @ 2004-01-13 08:18:07 by reinelt]
timer queues added liblcd4linux deactivated turing transformation to new layout git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@308 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'parport.c')
-rw-r--r--parport.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/parport.c b/parport.c
index 5c4d597..d84dee4 100644
--- a/parport.c
+++ b/parport.c
@@ -1,4 +1,4 @@
-/* $Id: parport.c,v 1.12 2004/01/09 04:16:06 reinelt Exp $
+/* $Id: parport.c,v 1.13 2004/01/13 08:18:20 reinelt Exp $
*
* generic parallel port handling
*
@@ -22,6 +22,10 @@
*
*
* $Log: parport.c,v $
+ * Revision 1.13 2004/01/13 08:18:20 reinelt
+ * timer queues added
+ * liblcd4linux deactivated turing transformation to new layout
+ *
* Revision 1.12 2004/01/09 04:16:06 reinelt
* added 'section' argument to cfg_get(), but NULLed it on all calls by now.
*
@@ -195,7 +199,7 @@ int parport_open (void)
}
#if 0
- // Fixme
+ // Fixme: this always fails here...
if (ioctl(PPfd, PPEXCL)) {
debug ("ioctl(%s, PPEXCL) failed: %s", PPdev, strerror(errno));
} else {