diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 7 | ||||
-rw-r--r-- | v4l/Makefile | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 7a7fd5229..b7bd2d6c7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,8 @@ +2005-06-05 17:32 mchehab + * tea5767.c, Makefile, tuner-core.c, tuner-simple.c, tuner.h: + - Support for radio chip tea5767hn included. + - It is used on several TV+FM cards, always at addr I2C 0xC0. + 2005-06-05 06:52 mchehab * cx88-tvaudio.c, cx88.h: @@ -1161,7 +1166,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.20 2005/06/05 05:53:45 mchehab Exp $ tags. + - added a bunch of $Id: ChangeLog,v 1.21 2005/06/05 17:44:04 mchehab Exp $ tags. 2004-09-15 17:35 kraxel diff --git a/v4l/Makefile b/v4l/Makefile index de8452c78..800811a40 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -26,7 +26,7 @@ cx88xx-objs := cx88-cards.o cx88-core.o cx88-i2c.o cx88-tvaudio.o \ cx8800-objs := cx88-video.o cx88-vbi.o cx8801-objs := cx88-alsa.o cx8802-objs := cx88-mpeg.o -tuner-objs := tuner-core.o tuner-simple.o mt20xx.o tda8290.o +tuner-objs := tuner-core.o tuner-simple.o mt20xx.o tda8290.o tea5767.o list-multi := bttv.o saa7134.o cx88xx.o cx8800.o cx8801.o cx8802.o # what to build |