aboutsummaryrefslogtreecommitdiffstats
path: root/parport.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-13 08:18:20 +0000
committerreinelt <>2004-01-13 08:18:20 +0000
commit0b18f5b46afcb30ba2bc3e813eb170463a84b073 (patch)
tree50b1ca62db5a55df61dcea29017a1852d1e01f9b /parport.c
parent3d4765569e009b6bb02add493d5abfe727709ec5 (diff)
downloadlcd4linux-0b18f5b46afcb30ba2bc3e813eb170463a84b073.tar.gz
[lcd4linux @ 2004-01-13 08:18:07 by reinelt]
timer queues added liblcd4linux deactivated turing transformation to new layout
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 {