summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index a9e3697c2..e753cf823 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,25 @@
+2005-07-07 14:00 mchehab
+ * scripts/buildpatch:
+
+ - Added code to eliminate #if 0 and #if 1 when submiting pathes
+ to new kernel.
+
+ * cx88-video.c,cx88-tvaudio.c:
+
+ - Nexted #if 0 commented (it breaks buildpatch)
+
+ * cx88-reg.h:
+
+ - Changed comment location to remove it from kernel patch
+
+ * cx88-input.c:
+
+ - "Linux indented" using Lindent.
+ - Useless comments removed.
+ - // coments changed to /* */
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-07-07 13:08 mchehab
* scripts/buildpatch: