summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2006-01-11 21:01:01 +0000
committerHans Verkuil <devnull@localhost>2006-01-11 21:01:01 +0000
commit9985093e2b4f19b1d13d5004346f22540c92cc5d (patch)
tree12183d0a027579a81106fbfd7f1a7f92bd7451fd /v4l/ChangeLog
parent069637ed9609cb009c57d2bf1039e69812b2304b (diff)
downloadmediapointer-dvb-s2-9985093e2b4f19b1d13d5004346f22540c92cc5d.tar.gz
mediapointer-dvb-s2-9985093e2b4f19b1d13d5004346f22540c92cc5d.tar.bz2
Fixes some bad global variables
- debug global var is already used inside kernel, so renamed debug to tuner_debug for the tuner module Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 9e8fe0166..7b8ab4e21 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,18 @@
+2006-01-11 20:59 hverkuil
+
+ * linux/drivers/media/video/mt20xx.c: (mt2050_set_if_freq),
+ (microtune_init):
+ * linux/drivers/media/video/tea5761.c: (set_radio_freq):
+ * linux/drivers/media/video/tea5767.c: (set_radio_freq):
+ * linux/drivers/media/video/tuner-core.c: (tuner_attach),
+ (tuner_command):
+ * linux/drivers/media/video/tuner-simple.c:
+ * linux/include/media/tuner.h:
+ - debug global var is already used inside kernel, so renamed
+ debug to tuner_debug for the tuner module
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2006-01-11 19:13 mchehab
* linux/drivers/media/common/saa7146_core.c: (vmalloc_to_sg),