aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.c
diff options
context:
space:
mode:
authorreinelt <>2003-06-21 05:46:18 +0000
committerreinelt <>2003-06-21 05:46:18 +0000
commit7daaad08f039a06c278d1cc5ff933f3d2e6e177a (patch)
treeba403ab8b7cda8132daa2d4c288ca6398da7a56e /isdn.c
parent81c6d5692baeacc1742f8d568d36f1d8cfdf9e73 (diff)
downloadlcd4linux-7daaad08f039a06c278d1cc5ff933f3d2e6e177a.tar.gz
[lcd4linux @ 2003-06-21 05:46:18 by reinelt]
DVB client integrated
Diffstat (limited to 'isdn.c')
-rw-r--r--isdn.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/isdn.c b/isdn.c
index 7a2f570..4b2004d 100644
--- a/isdn.c
+++ b/isdn.c
@@ -1,4 +1,4 @@
-/* $Id: isdn.c,v 1.9 2001/05/27 07:19:28 reinelt Exp $
+/* $Id: isdn.c,v 1.10 2003/06/21 05:46:18 reinelt Exp $
*
* ISDN specific functions
*
@@ -20,6 +20,9 @@
*
*
* $Log: isdn.c,v $
+ * Revision 1.10 2003/06/21 05:46:18 reinelt
+ * DVB client integrated
+ *
* Revision 1.9 2001/05/27 07:19:28 reinelt
*
* fixed a warning in pixmap.c
@@ -154,7 +157,7 @@ int Isdn (int *rx, int *tx, int *usage)
error ("open(/dev/isdninfo) failed: %s", strerror(errno));
return -1;
}
- debug ("open (/proc/isdninfo)=%d", fd);
+ debug ("open (/dev/isdninfo)=%d", fd);
}
if (ioctl(fd, IIOCGETCPS, &cps)) {