diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-17 13:11:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-22 10:01:52 -0400 |
commit | 148af72009f0ad4b9af5fb3b0f518ac2d33986e1 (patch) | |
tree | 554ac3ddf75ea97a12c7553efa4599afacfd9ba2 | |
parent | 74c78a26645a0ddc1d3b2fc8a523e560785aca27 (diff) |
V4L/DVB (6378a): Removal of VIDIOC_[G|S]_MPEGCOMP from feature-removal-schedule.txt
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
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> | |||
14 | 14 | ||
15 | --------------------------- | 15 | --------------------------- |
16 | 16 | ||
17 | What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP | ||
18 | When: October 2007 | ||
19 | Why: Broken attempt to set MPEG compression parameters. These ioctls are | ||
20 | not able to implement the wide variety of parameters that can be set | ||
21 | by hardware MPEG encoders. A new MPEG control mechanism was created | ||
22 | in kernel 2.6.18 that replaces these ioctls. See the V4L2 specification | ||
23 | (section 1.9: Extended controls) for more information on this topic. | ||
24 | Who: Hans Verkuil <hverkuil@xs4all.nl> and | ||
25 | Mauro Carvalho Chehab <mchehab@infradead.org> | ||
26 | |||
27 | --------------------------- | ||
28 | |||
29 | What: dev->power.power_state | 17 | What: dev->power.power_state |
30 | When: July 2007 | 18 | When: July 2007 |
31 | Why: Broken design for runtime control over driver power states, confusing | 19 | Why: Broken design for runtime control over driver power states, confusing |