diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-02-08 02:55:43 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-02-08 02:55:46 -0500 |
commit | 6d3e0907b8b239d16720d144e2675ecf10d3bc3b (patch) | |
tree | e0b0743b5f6f82b057cafc4f3687396a6e01a0b4 /Documentation/feature-removal-schedule.txt | |
parent | 23577256953c870de9b724c3a2611ce7be6a1e4e (diff) | |
parent | 50200df462023b187d80a99a52f5f2cfe3c86c26 (diff) |
Merge branch 'sched/urgent' into sched/core
Merge reason: Merge dependent fix, update to latest -rc.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 04a3fc3d139b..dbc12067872d 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -478,3 +478,52 @@ Why: These two features use non-standard interfaces. There are the | |||
478 | Who: Corentin Chary <corentin.chary@gmail.com> | 478 | Who: Corentin Chary <corentin.chary@gmail.com> |
479 | 479 | ||
480 | ---------------------------- | 480 | ---------------------------- |
481 | |||
482 | What: usbvideo quickcam_messenger driver | ||
483 | When: 2.6.35 | ||
484 | Files: drivers/media/video/usbvideo/quickcam_messenger.[ch] | ||
485 | Why: obsolete v4l1 driver replaced by gspca_stv06xx | ||
486 | Who: Hans de Goede <hdegoede@redhat.com> | ||
487 | |||
488 | ---------------------------- | ||
489 | |||
490 | What: ov511 v4l1 driver | ||
491 | When: 2.6.35 | ||
492 | Files: drivers/media/video/ov511.[ch] | ||
493 | Why: obsolete v4l1 driver replaced by gspca_ov519 | ||
494 | Who: Hans de Goede <hdegoede@redhat.com> | ||
495 | |||
496 | ---------------------------- | ||
497 | |||
498 | What: w9968cf v4l1 driver | ||
499 | When: 2.6.35 | ||
500 | Files: drivers/media/video/w9968cf*.[ch] | ||
501 | Why: obsolete v4l1 driver replaced by gspca_ov519 | ||
502 | Who: Hans de Goede <hdegoede@redhat.com> | ||
503 | |||
504 | ---------------------------- | ||
505 | |||
506 | What: ovcamchip sensor framework | ||
507 | When: 2.6.35 | ||
508 | Files: drivers/media/video/ovcamchip/* | ||
509 | Why: Only used by obsoleted v4l1 drivers | ||
510 | Who: Hans de Goede <hdegoede@redhat.com> | ||
511 | |||
512 | ---------------------------- | ||
513 | |||
514 | What: stv680 v4l1 driver | ||
515 | When: 2.6.35 | ||
516 | Files: drivers/media/video/stv680.[ch] | ||
517 | Why: obsolete v4l1 driver replaced by gspca_stv0680 | ||
518 | Who: Hans de Goede <hdegoede@redhat.com> | ||
519 | |||
520 | ---------------------------- | ||
521 | |||
522 | What: zc0301 v4l driver | ||
523 | When: 2.6.35 | ||
524 | Files: drivers/media/video/zc0301/* | ||
525 | Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only | ||
526 | supports 2 USB-ID's (because it only supports a limited set of | ||
527 | sensors) wich are also supported by the gspca_zc3xx driver | ||
528 | (which supports 53 USB-ID's in total) | ||
529 | Who: Hans de Goede <hdegoede@redhat.com> | ||