diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:38:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:31 -0500 |
commit | 875c296b8ef42a796dc8db57a40b5e2228240c33 (patch) | |
tree | 1f358fc93408bfcd78a40446b0f7220dcd837146 /Documentation/feature-removal-schedule.txt | |
parent | 9d4d9c05c807ab8a49ac0024987b223bb32c022d (diff) |
[PATCH] V4L: removal schedule for V4L1 API
States a date for removing V4L1 API
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 66e4ca28fc0a..429db4bf98ec 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -67,6 +67,21 @@ Who: Jody McIntyre <scjody@steamballoon.com> | |||
67 | 67 | ||
68 | --------------------------- | 68 | --------------------------- |
69 | 69 | ||
70 | What: Video4Linux API 1 ioctls and video_decoder.h from Video devices. | ||
71 | When: July 2006 | ||
72 | Why: V4L1 AP1 was replaced by V4L2 API. during migration from 2.4 to 2.6 | ||
73 | series. The old API have lots of drawbacks and don't provide enough | ||
74 | means to work with all video and audio standards. The newer API is | ||
75 | already available on the main drivers and should be used instead. | ||
76 | Newer drivers should use v4l_compat_translate_ioctl function to handle | ||
77 | old calls, replacing to newer ones. | ||
78 | Decoder iocts are using internally to allow video drivers to | ||
79 | communicate with video decoders. This should also be improved to allow | ||
80 | V4L2 calls being translated into compatible internal ioctls. | ||
81 | Who: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | ||
82 | |||
83 | --------------------------- | ||
84 | |||
70 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid | 85 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid |
71 | When: November 2005 | 86 | When: November 2005 |
72 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c | 87 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c |