diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-24 00:12:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-24 00:12:49 -0400 |
commit | df462b3dbeeaae7141f1b63cbfcc1e1bae6a85fc (patch) | |
tree | bca52fce066159f136d75c69e79016422212cb1d /Documentation/feature-removal-schedule.txt | |
parent | 343800e7d20944aead238c2c6e3f7789f8b6587c (diff) | |
parent | cf25220677b3f10468a74278130fe224f73632a6 (diff) |
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (247 commits)
[media] gspca - sunplus: Fix some warnings and simplify code
[media] gspca: Fix some warnings tied to 'no debug'
[media] gspca: Unset debug by default
[media] gspca - cpia1: Remove a bad conditional compilation instruction
[media] gspca - main: Remove USB traces
[media] gspca - main: Version change to 2.13
[media] gspca - stk014 / t613: Accept the index 0 in querymenu
[media] gspca - kinect: Remove __devinitdata
[media] gspca - cpia1: Fix some warnings
[media] video/Kconfig: Fix mis-classified devices
[media] support for medion dvb stick 1660:1921
[media] tm6000: fix uninitialized field, change prink to dprintk
[media] cx231xx: Add support for Iconbit U100
[media] saa7134 add new TV cards
[media] Use a more consistent value for RC repeat period
[media] cx18: Move spinlock and vb_type initialisation into stream_init
[media] tm6000: remove tm6010 sif audio start and stop
[media] tm6000: remove unused exports
[media] tm6000: add pts logging
[media] tm6000: change from ioctl to unlocked_ioctl
...
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 19132cadc18d..95788ad2506c 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -551,3 +551,26 @@ Why: These legacy callbacks should no longer be used as i2c-core offers | |||
551 | Who: Jean Delvare <khali@linux-fr.org> | 551 | Who: Jean Delvare <khali@linux-fr.org> |
552 | 552 | ||
553 | ---------------------------- | 553 | ---------------------------- |
554 | |||
555 | What: Support for UVCIOC_CTRL_ADD in the uvcvideo driver | ||
556 | When: 2.6.42 | ||
557 | Why: The information passed to the driver by this ioctl is now queried | ||
558 | dynamically from the device. | ||
559 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
560 | |||
561 | ---------------------------- | ||
562 | |||
563 | What: Support for UVCIOC_CTRL_MAP_OLD in the uvcvideo driver | ||
564 | When: 2.6.42 | ||
565 | Why: Used only by applications compiled against older driver versions. | ||
566 | Superseded by UVCIOC_CTRL_MAP which supports V4L2 menu controls. | ||
567 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
568 | |||
569 | ---------------------------- | ||
570 | |||
571 | What: Support for UVCIOC_CTRL_GET and UVCIOC_CTRL_SET in the uvcvideo driver | ||
572 | When: 2.6.42 | ||
573 | Why: Superseded by the UVCIOC_CTRL_QUERY ioctl. | ||
574 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
575 | |||
576 | ---------------------------- | ||