aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-27 05:47:54 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 05:17:11 -0500
commit88ae7624a6fe890e5a8ca57b25420f66e1389f8b (patch)
treecfdb6188e0234cf3d819984790f909f5c6e1e102 /Documentation
parent58c66df3e38ffb1d59cc5162bb9e07c859288034 (diff)
[media] V4L1 removal: Remove linux/videodev.h
There's no sense on keeping it on 2.6.38, as nobody is using it anymore, at the kernel tree, and installing it at the userspace API. As two deprecated drivers still need it, move it to their internal directories. Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index d66ed2bdf8f1..e348b7e241f1 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -97,23 +97,6 @@ Who: Pavel Machek <pavel@ucw.cz>
97 97
98--------------------------- 98---------------------------
99 99
100What: Video4Linux API 1 ioctls and from Video devices.
101When: kernel 2.6.39
102Files: include/linux/videodev.h
103Check: include/linux/videodev.h
104Why: V4L1 AP1 was replaced by V4L2 API during migration from 2.4 to 2.6
105 series. The old API have lots of drawbacks and don't provide enough
106 means to work with all video and audio standards. The newer API is
107 already available on the main drivers and should be used instead.
108
109 The userspace libv4l1 library can convert V4L1 calls to V4L2. This
110 replaces the kernel V4L1 compatibility module which was removed in
111 2.6.38. The last V4L1 drivers will either be converted to V4L2 or
112 removed for 2.6.39 at which point the V4L1 API will cease to exist.
113Who: Mauro Carvalho Chehab <mchehab@infradead.org>
114
115---------------------------
116
117What: Video4Linux obsolete drivers using V4L1 API 100What: Video4Linux obsolete drivers using V4L1 API
118When: kernel 2.6.39 101When: kernel 2.6.39
119Files: drivers/staging/se401/* drivers/staging/usbvideo/* 102Files: drivers/staging/se401/* drivers/staging/usbvideo/*