diff options
author | reinelt <> | 2004-01-13 08:18:20 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-13 08:18:20 +0000 |
commit | 0b18f5b46afcb30ba2bc3e813eb170463a84b073 (patch) | |
tree | 50b1ca62db5a55df61dcea29017a1852d1e01f9b /parport.c | |
parent | 3d4765569e009b6bb02add493d5abfe727709ec5 (diff) | |
download | lcd4linux-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.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 { |