summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 229a13606..698eb093f 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-30 02:42 mchehab
+ * tuner-core.c, tuner-simple.c, tuner.h:
+
+ - tuner-core changed to support multiple I2C devices
+ - has to define CONFIG_TUNER_MULTI_I2C to allow new behavor
+ - By default, it uses first I2C device for FM and TV
+ - New client control TUNER_SET_ADDR changes I2C addr for FM or TV
+ - TVision 5533 MF now uses I2C on 0xC2 for TV and on 0xC0 for radio
+ - TVision 5533 MF div now uses only integer arithmetics
+ - tuner I2C dettach now generates warn log if failed
+
2005-05-29 13:38 nshmyrev
* cx88-cards.c, cx88.h:
@@ -11,7 +22,7 @@
- Added initial support for Radio tuner for Ymec TVF xxx3 MF
- Buffer values determinated empirically.
- - There's a hack for selecting I2C bus for Radio (0xC0>>2)
+ - There's a hack for selecting I2C bus for Radio (0xC0>>1)
2005-05-25 04:00 nshmyrev
@@ -1066,7 +1077,7 @@
saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c,
saa7134-video.c, saa7134.h, video-buf.c, video-buf.h:
- - added a bunch of $Id: ChangeLog,v 1.9 2005/05/29 17:34:51 mchehab Exp $ tags.
+ - added a bunch of $Id: ChangeLog,v 1.10 2005/05/30 02:02:47 mchehab Exp $ tags.
2004-09-15 17:35 kraxel