summaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2007-10-17 19:11:23 +0200
committerMauro Carvalho Chehab2007-10-22 16:01:52 +0200
commit148af72009f0ad4b9af5fb3b0f518ac2d33986e1 (patch)
tree554ac3ddf75ea97a12c7553efa4599afacfd9ba2 /Documentation/feature-removal-schedule.txt
parentV4L/DVB (6378): DiB0700-device: Using 1.10 firmware (diff)
downloadkernel-qcow2-linux-148af72009f0ad4b9af5fb3b0f518ac2d33986e1.tar.gz
kernel-qcow2-linux-148af72009f0ad4b9af5fb3b0f518ac2d33986e1.tar.xz
kernel-qcow2-linux-148af72009f0ad4b9af5fb3b0f518ac2d33986e1.zip
V4L/DVB (6378a): Removal of VIDIOC_[G|S]_MPEGCOMP from feature-removal-schedule.txt
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 6b0f963f5379..9b447fb43c2e 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -14,18 +14,6 @@ Who: Jiri Slaby <jirislaby@gmail.com>
---------------------------
-What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP
-When: October 2007
-Why: Broken attempt to set MPEG compression parameters. These ioctls are
- not able to implement the wide variety of parameters that can be set
- by hardware MPEG encoders. A new MPEG control mechanism was created
- in kernel 2.6.18 that replaces these ioctls. See the V4L2 specification
- (section 1.9: Extended controls) for more information on this topic.
-Who: Hans Verkuil <hverkuil@xs4all.nl> and
- Mauro Carvalho Chehab <mchehab@infradead.org>
-
----------------------------
-
What: dev->power.power_state
When: July 2007
Why: Broken design for runtime control over driver power states, confusing