aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 2f93ac06c414..721a2aa80a1d 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -521,3 +521,13 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only
521 sensors) wich are also supported by the gspca_zc3xx driver 521 sensors) wich are also supported by the gspca_zc3xx driver
522 (which supports 53 USB-ID's in total) 522 (which supports 53 USB-ID's in total)
523Who: Hans de Goede <hdegoede@redhat.com> 523Who: Hans de Goede <hdegoede@redhat.com>
524
525----------------------------
526
527What: capifs
528When: February 2011
529Files: drivers/isdn/capi/capifs.*
530Why: udev fully replaces this special file system that only contains CAPI
531 NCCI TTY device nodes. User space (pppdcapiplugin) works without
532 noticing the difference.
533Who: Jan Kiszka <jan.kiszka@web.de>