summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog35
-rw-r--r--v4l/scripts/make_kern_diff.sh2
2 files changed, 34 insertions, 3 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 4aad432f2..b10ed771b 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,34 @@
+2005-06-03 14:26 mchehab
+ * cx88-cards.c:
+
+ - changed tuner number by it's name as defined on tuner.h.
+
+ * scripts/make_kern_diff.sh
+
+ - now it also makes diff for include files.
+
+2005-06-03 13:36 mchehab
+ * cx88-blackbird.c:
+
+ - Blackbird firmware API cleanup, symbolic constants for param values.
+ - improved readability and comprehensibility for api calls.
+
+ * cx88-cards.c:
+
+ - PVR2000 & MEC gpio fixes.
+
+ * cx88-tvaudio.c:
+
+ - enable sound input from external adc
+
+ * cx88-video.c:
+ - initialize the hue, contrast and brightness controls to default values
+
+ * cx88-mpeg.c:
+ - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL
+
+ Thanks to Catalin Climov <catalin@climov.com>
+
2005-06-03 12:33 mchehab
* cx88-cards.c, cx88.h, CARDLIST.cx88, CARDLIST.tuner, tuner-simple.c:
@@ -126,7 +157,7 @@
Update cardlist script and list of cards
-2005-05-18 01:30 mchehab
+2005-05-18 01:30 mchehab
* tuner-simple.c, tuner.h:
- Added support for some Ymec tuners used on Pixelview Cards.
@@ -1115,7 +1146,7 @@
saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c,
saa7134-video.c, saa7134.h, video-buf.c, video-buf.h:
- - added a bunch of $Id: ChangeLog,v 1.17 2005/06/03 11:39:35 mchehab Exp $ tags.
+ - added a bunch of $Id: ChangeLog,v 1.18 2005/06/03 13:31:50 mchehab Exp $ tags.
2004-09-15 17:35 kraxel
diff --git a/v4l/scripts/make_kern_diff.sh b/v4l/scripts/make_kern_diff.sh
index 6fb815fa7..a00837e45 100644
--- a/v4l/scripts/make_kern_diff.sh
+++ b/v4l/scripts/make_kern_diff.sh
@@ -1,6 +1,6 @@
KERNEL=/usr/src/linux-2.6.12-rc5-mm
-KDIR="`find $KERNEL/drivers/media/ -type d|sed s,$KERNEL/,,g`"
+KDIR="`find $KERNEL/drivers/media/ $KERNEL/include/media -type d|sed s,$KERNEL/,,g`"
echo $KDIR