summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-17 21:18:42 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-17 21:18:42 +0000
commit6571d469892fabdf7854dc0e6780900640263c7a (patch)
tree3c02433bd4c153b2e76e57fac13b99dae6739e0c /v4l
parent1b00938af1b3c6702a96ecbf1d6770558d6b1a33 (diff)
downloadmediapointer-dvb-s2-6571d469892fabdf7854dc0e6780900640263c7a.tar.gz
mediapointer-dvb-s2-6571d469892fabdf7854dc0e6780900640263c7a.tar.bz2
- Some changes to allow compiling cx88 and saa7134 without
V4L1 support. - This patch will help obsoleting V4L1 API. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 193857bc0..6c55568e4 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,24 @@
+2005-10-17 21:12 mchehab
+ * ../linux/include/linux/videodev.h:
+ * ../linux/include/linux/videodev2.h:
+ - Common stuff moved to videodev2.h.
+ - HAVE_V4L1 is defined on videodev.h
+ - HAVE_V4L2 moved to videodev2.h
+
+ * ../linux/include/media/video-buf.h:
+ - includes videodev2.h instead of videodev.h
+
+ * ../linux/drivers/media/video/cx88/cx88-video.c: (video_do_ioctl),
+ (radio_do_ioctl):
+ * ../linux/drivers/media/video/saa7134/saa7134-video.c:
+ (video_do_ioctl):
+ - if HAVE_V4L1, then V4L1 specific code is included.
+
+ * ../linux/drivers/media/video/saa7134/saa7134.h:
+ - includes videodev2.h instead of videodev.h
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-10-17 23:00 hhackmann
* ../linux/drivers/media/video/tda8290.c
../linux/drivers/media/video/tuner-core.c