summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-cards.c3
-rw-r--r--v4l/ChangeLog8
2 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c
index e3bcad2b8..386fee7c3 100644
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c
+++ b/linux/drivers/media/video/em28xx/em28xx-cards.c
@@ -6,6 +6,9 @@
Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Sascha Sommer <saschasommer@freenet.de>
+ Some parts based on SN9C10x PC Camera Controllers GPL driver made
+ by Luca Risolia <luca.risolia@studio.unibo.it>
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 795e6f9a5..fbff81d7b 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-19 03:30 mchehab
+
+ * linux/drivers/media/video/em28xx/em28xx-cards.c:
+ - Added credits for sn9c102 kernel module and his author where
+ some parts of em28xx-cards were based.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
+
2006-01-19 02:52 mchehab
* linux/drivers/media/video/tvp5150.c: (tvp5150_reset):
- Fixes tvp5150a/am1 detection.