diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-08 01:28:09 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-08 01:28:09 +0000 |
commit | b32a9aff0d1360cb3beb9e3c0f91c84f39b95679 (patch) | |
tree | 94b7baa93e855b05f735a89b6ff45e7035833067 /v4l | |
parent | 874f203c1669f752eeb477bf980cb060b135dc13 (diff) | |
download | mediapointer-dvb-s2-b32a9aff0d1360cb3beb9e3c0f91c84f39b95679.tar.gz mediapointer-dvb-s2-b32a9aff0d1360cb3beb9e3c0f91c84f39b95679.tar.bz2 |
Lots of change to provide an elegant way to select radio I2C address.
It should be better tested and expanded to other *-cards.c.
* cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-video.c, cx88.h, tea5767.c, tuner-core.c,
tuner-simple.c, tuner.h:
- Improved radio tuner support.
- There is a new option to cx88 radio=xxx,xxx,xxx for radio adapters;
- cx88-boards now specifies radio_type, tuner_addr and radio_addr
- ADDR_UNSET macro means find default radio/video tuner
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 0024425cb..43c564818 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-06-08 01:25 mchehab + * cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-video.c, cx88.h, tea5767.c, tuner-core.c, + tuner-simple.c, tuner.h: + + - Improved radio tuner support. + - There is a new option to cx88 radio=xxx,xxx,xxx for radio adapters; + - cx88-boards now specifies radio_type, tuner_addr and radio_addr + - ADDR_UNSET macro means find default radio/video tuner + 2005-06-07 22:55 nsh * v4l1-compat, tuner-core.c, tuner-simple.c, tda9887.c: @@ -1211,7 +1220,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.27 2005/06/07 19:00:38 nsh Exp $ tags. + - added a bunch of Id tags. 2004-09-15 17:35 kraxel |