The patch titled Remove "obsolete" label from ISDN4Linux has been added to the -mm tree. Its filename is remove-obsolete-label-from-isdn4linux-v3.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Remove "obsolete" label from ISDN4Linux From: Tilman Schmidt <tilman@xxxxxxx> The "obsolete" label on the ISDN_I4L Kconfig option is not, and has never been, accurate. It has already prompted repeated attempts to remove actively used functionality from the kernel without a working replacement. This patch removes the incorrect label and corrects the accompanying help text. Signed-off-by: Tilman Schmidt <tilman@xxxxxxx> Cc: Karsten Keil <kkeil@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/isdn/Kconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff -puN drivers/isdn/Kconfig~remove-obsolete-label-from-isdn4linux-v3 drivers/isdn/Kconfig --- a/drivers/isdn/Kconfig~remove-obsolete-label-from-isdn4linux-v3 +++ a/drivers/isdn/Kconfig @@ -25,9 +25,9 @@ menu "Old ISDN4Linux" depends on NET && ISDN config ISDN_I4L - tristate "Old ISDN4Linux (obsolete)" + tristate "Old ISDN4Linux subsystem" ---help--- - This driver allows you to use an ISDN-card for networking + This driver allows you to use an ISDN adapter for networking connections and as dialin/out device. The isdn-tty's have a built in AT-compatible modem emulator. Network devices support autodial, channel-bundling, callback and caller-authentication without having @@ -38,8 +38,9 @@ config ISDN_I4L ISDN support in the linux kernel is moving towards a new API, called CAPI (Common ISDN Application Programming Interface). - Therefore the old ISDN4Linux layer is becoming obsolete. It is - still usable, though, if you select this option. + Therefore the old ISDN4Linux layer will eventually become obsolete. + It is still available, though, for use with adapters that are not + supported by the new CAPI subsystem yet. if ISDN_I4L source "drivers/isdn/i4l/Kconfig" _ Patches currently in -mm which might be from tilman@xxxxxxx are remove-obsolete-label-from-isdn4linux-v3.patch codingstyle-start-flamewar-about-use-of-braces.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html