aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2010-05-24 15:31:23 -0400
committerStefan Richter <stefanr@s5r6.in-berlin.de>2010-05-25 15:37:40 -0400
commit3014420b6b5d0a6483cf5e56c10df180a33e957e (patch)
tree04df87b17f49cac78dced5503438f86715ffb4ef /Documentation/feature-removal-schedule.txt
parent5c40cbfefa828208c671e2f58789e4dd04f79563 (diff)
ieee1394: schedule for removal
All application domains that are supported by the old ieee1394 driver stack are supported by the newer firewire driver stack too. There is now good and extensive experience with the newer stack from deployment in Fedora since F7 as well as by enthusiast users of other distributions. The new drivers have consequently been recommended as the default ones since 2.6.33, in order to fix some severe usability problems of FireWire on Linux due to limitations of the old stack. It is now high time to announce when the obsolete drivers will be removed. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Acked-by: Jarod Wilson <jarod@redhat.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-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>