summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index b5156f1c7..4dd2ead07 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,13 @@
+2005-07-27 02:42 mchehab
+ * tuner-core.c:
+ - Add new parameter to help identify radio chipsets:
+ show_i2c=1 will show 16 reading bytes from detected tuners.
+
+ * tea5767.c:
+ - Improved autodetection code commented. Sometimes, it doesn't work.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-07-27 02:01 mkrufky
* cx88-mpeg.c:
- convert ugly if-else statement to switch-case.