summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-19 03:33:50 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-19 03:33:50 +0000
commit0ff4ba6839d35486e8dee8ece859f59fe67d7f04 (patch)
treeb592ba43cad9ece38082551e1b96be4502bd48e1
parentb77c4714f7ff6e981f9150d0c9c5fa5d80972da0 (diff)
downloadmediapointer-dvb-s2-0ff4ba6839d35486e8dee8ece859f59fe67d7f04.tar.gz
mediapointer-dvb-s2-0ff4ba6839d35486e8dee8ece859f59fe67d7f04.tar.bz2
Added credits for em28xx-cards.c
From: Mauro Carvalho Chehab <mchehab@infradead.org> - 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>
-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.