aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0a46833c1b76..88a216d18092 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -542,3 +542,13 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only
542 sensors) wich are also supported by the gspca_zc3xx driver 542 sensors) wich are also supported by the gspca_zc3xx driver
543 (which supports 53 USB-ID's in total) 543 (which supports 53 USB-ID's in total)
544Who: Hans de Goede <hdegoede@redhat.com> 544Who: Hans de Goede <hdegoede@redhat.com>
545
546----------------------------
547
548What: old ieee1394 subsystem (CONFIG_IEEE1394)
549When: 2.6.37
550Files: drivers/ieee1394/ except init_ohci1394_dma.c
551Why: superseded by drivers/firewire/ (CONFIG_FIREWIRE) which offers more
552 features, better performance, and better security, all with smaller
553 and more modern code base
554Who: Stefan Richter <stefanr@s5r6.in-berlin.de>