summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog9
-rw-r--r--v4l/Makefile1
2 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 159289195..1887d275e 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-14 18:45 mchehab
+
+ * ../linux/drivers/media/video/saa7113.c:
+ * ../v4l/Makefile:
+ - Added support for saa7113.
+
+ Signed-off-by: Dwaine Garden <DwaineGarden@rogers.com>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-10-14 17:26 mchehab
* ../linux/drivers/media/video/msp3400.c: (msp_command):
diff --git a/v4l/Makefile b/v4l/Makefile
index a25314779..9f1e8238e 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_VIDEO_BTTV) += btcx-risc.o ir-common.o bttv.o tveeprom.o
obj-$(CONFIG_VIDEO_CX88) += btcx-risc.o cx88xx.o cx8800.o cx8802.o \
cx88-blackbird.o tveeprom.o
obj-$(CONFIG_TVP5150) += tvp5150.o
+obj-$(CONFIG_SAA7113) += saa7113.o
obj-$(CONFIG_EM2820) += em2820.o
# THIS IS NOT FINISHED YET --- IT IS HERE ONLY FOR DEVELOPERS !!!!