diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-26 18:52:11 +0200 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-27 01:46:33 +0200 |
commit | e4ac9bc1f6686dcb8c34e2756aa93cc9546fa6ae (patch) | |
tree | f61c5487c54ce0c6633cb088e81bcec2b7ccc20b /Documentation/isdn/README.mISDN | |
parent | a048d3aff8b828b6c0fa7ddd90a531248ab4e0f9 (diff) | |
download | op-kernel-dev-e4ac9bc1f6686dcb8c34e2756aa93cc9546fa6ae.zip op-kernel-dev-e4ac9bc1f6686dcb8c34e2756aa93cc9546fa6ae.tar.gz |
Add mISDN driver
mISDN is a new modular ISDN driver, in the long term it should replace
the old I4L driver architecture for passiv ISDN cards.
Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'Documentation/isdn/README.mISDN')
-rw-r--r-- | Documentation/isdn/README.mISDN | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/isdn/README.mISDN b/Documentation/isdn/README.mISDN new file mode 100644 index 0000000..cd8bf92 --- /dev/null +++ b/Documentation/isdn/README.mISDN @@ -0,0 +1,6 @@ +mISDN is a new modular ISDN driver, in the long term it should replace +the old I4L driver architecture for passiv ISDN cards. +It was designed to allow a broad range of applications and interfaces +but only have the basic function in kernel, the interface to the user +space is based on sockets with a own address family AF_ISDN. + |