summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-08-30 04:33:12 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-08-30 04:33:12 +0000
commitb6e358146d577fce8d746d5a85c16728f16d95b4 (patch)
tree710001580b3e377cd49db5bea460547a18ae2f07 /v4l
parent0954cb96b59c8f2caa6996d1dfb14806b4590cf9 (diff)
downloadmediapointer-dvb-s2-b6e358146d577fce8d746d5a85c16728f16d95b4.tar.gz
mediapointer-dvb-s2-b6e358146d577fce8d746d5a85c16728f16d95b4.tar.bz2
- 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.
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: