diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-05-29 17:34:51 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-05-29 17:34:51 +0000 |
commit | cf677744e728b271c15c5e7bee421925b6b1452f (patch) | |
tree | e15c4a1a920c5c3eef8df64cce02aedbbc4acbf9 | |
parent | 066da7b753b350464c7cdae01fa39e04a616405f (diff) | |
download | mediapointer-dvb-s2-cf677744e728b271c15c5e7bee421925b6b1452f.tar.gz mediapointer-dvb-s2-cf677744e728b271c15c5e7bee421925b6b1452f.tar.bz2 |
ChangeLog now reflects mchehab patches.
-rw-r--r-- | v4l/ChangeLog | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index ead86d9e3..229a13606 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -5,6 +5,14 @@ Add support for "DViCO - FusionHDTV 3 Gold-Q". Thanks to Michael Krufky <mkrufky@m1k.net>. +2005-05-27 05:45 mchehab + + * tuner-simple.c: + + - 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) + 2005-05-25 04:00 nshmyrev * bttv-cards.c, bttv.h: @@ -69,6 +77,28 @@ Update cardlist script and list of cards +2005-05-18 01:30 mchehab + * tuner-simple.c, tuner.h: + + - Added support for some Ymec tuners used on Pixelview Cards. + - There are some docs about it on http://www.ymec.com.tw/tuner.htm. + +2005-05-15 19:07 mchehab + * scripts/cardlist, doc/CARDLIST.bttv, doc/CARDLIST.cx88, + doc/CARDLIST.saa7134, doc/CARDLIST.tuner: + + - scripts/cardlist updated to generate doc/CARDLIST.cx88 + - doc/CARDLIST.xxx updated. + +2005-05-15 19:01 mchehab + * cx88-cards.c, cx88.h, cx88-input.c, ir-common.c, ir-common.h, + ir-kbd-gpio.c: + - Added support for Pixelview Ultra Pro Stereo by Manuel Capinha. + +2005-05-15 18:49 mchehab + * cx88-core.c: + - Mauro Chehab(mchehab at brturbo.com.br): Added support for PAL-M FSC. + 2005-04-26 11:01 kraxel * README.patches: @@ -1036,7 +1066,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.8 2005/05/29 10:22:08 nsh Exp $ tags. + - added a bunch of $Id: ChangeLog,v 1.9 2005/05/29 17:34:51 mchehab Exp $ tags. 2004-09-15 17:35 kraxel |