summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 6b206c7d8..17e698de6 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,26 @@
+2005-08-30 04:31
+
+ * tveeprom.c:
+ - tveeprom_hauppauge_analog has an extra i2c_client * argument.
+ This allows for clearer message prefixes containing the i2c
+ adapter number and address. This is conform the prefix used
+ for the tuner messages.
+ - debugging is improved: debug=1 will dump the full contents
+ of the eeprom and also show each tag that is parsed. The layout
+ of the debug output is now clean.
+ - the eeprom can contain two tuner records, the first for the
+ TV tuner, the second for a radio tuner (this is the case for
+ the PVR500). Added support for this, also added the TEA5767
+ radio tuner to the tuner list.
+ - the audio processor index is now mapped to a string.
+ - the video decoder processor tag is now implemented.
+ - all TV standards supported by the tuner are shown.
+ - show if radio or IR is present.
+ - add comments showing what other tags exist.
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-08-30 04:21
* tvaudio.c: