aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-01-23 03:31:06 -0500
committerDavid S. Miller <davem@davemloft.net>2010-01-23 03:31:06 -0500
commit51c24aaacaea90c8e87f1dec75a2ac7622b593f8 (patch)
tree9f54936c87764bef75e97395cb56b7d1e0df24c6 /Documentation/feature-removal-schedule.txt
parent4276e47e2d1c85a2477caf0d22b91c4f2377fba8 (diff)
parent6be325719b3e54624397e413efd4b33a997e55a3 (diff)
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 5b5db085fbf0..2f93ac06c414 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -472,3 +472,52 @@ Why: These two features use non-standard interfaces. There are the
472Who: Corentin Chary <corentin.chary@gmail.com> 472Who: Corentin Chary <corentin.chary@gmail.com>
473 473
474---------------------------- 474----------------------------
475
476What: usbvideo quickcam_messenger driver
477When: 2.6.35
478Files: drivers/media/video/usbvideo/quickcam_messenger.[ch]
479Why: obsolete v4l1 driver replaced by gspca_stv06xx
480Who: Hans de Goede <hdegoede@redhat.com>
481
482----------------------------
483
484What: ov511 v4l1 driver
485When: 2.6.35
486Files: drivers/media/video/ov511.[ch]
487Why: obsolete v4l1 driver replaced by gspca_ov519
488Who: Hans de Goede <hdegoede@redhat.com>
489
490----------------------------
491
492What: w9968cf v4l1 driver
493When: 2.6.35
494Files: drivers/media/video/w9968cf*.[ch]
495Why: obsolete v4l1 driver replaced by gspca_ov519
496Who: Hans de Goede <hdegoede@redhat.com>
497
498----------------------------
499
500What: ovcamchip sensor framework
501When: 2.6.35
502Files: drivers/media/video/ovcamchip/*
503Why: Only used by obsoleted v4l1 drivers
504Who: Hans de Goede <hdegoede@redhat.com>
505
506----------------------------
507
508What: stv680 v4l1 driver
509When: 2.6.35
510Files: drivers/media/video/stv680.[ch]
511Why: obsolete v4l1 driver replaced by gspca_stv0680
512Who: Hans de Goede <hdegoede@redhat.com>
513
514----------------------------
515
516What: zc0301 v4l driver
517When: 2.6.35
518Files: drivers/media/video/zc0301/*
519Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only
520 supports 2 USB-ID's (because it only supports a limited set of
521 sensors) wich are also supported by the gspca_zc3xx driver
522 (which supports 53 USB-ID's in total)
523Who: Hans de Goede <hdegoede@redhat.com>