diff options
author | Hartmut Hackmann <devnull@localhost> | 2005-09-12 20:22:39 +0000 |
---|---|---|
committer | Hartmut Hackmann <devnull@localhost> | 2005-09-12 20:22:39 +0000 |
commit | 9d9cc2633d8610d4cdb5e92c5fe42ce0c58e79fd (patch) | |
tree | 3ff06a365face258d8c73843831bc53e8392517d | |
parent | 636bd68314565b747dcfc0c797968e72e3e0bafd (diff) | |
download | mediapointer-dvb-s2-9d9cc2633d8610d4cdb5e92c5fe42ce0c58e79fd.tar.gz mediapointer-dvb-s2-9d9cc2633d8610d4cdb5e92c5fe42ce0c58e79fd.tar.bz2 |
added support for the following cards:
- Philips EUROPA reference desigh
- Compro VideoMate DVB-T300
- Compro VideoMate DVB-T200 (initial)
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
-rw-r--r-- | v4l/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 4d89fcd9a..3214e7428 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,18 @@ +2005-09-11 22:20 hhackmann + * saa7134.h, saa7134-cards.c, saa7134-core.c: + - added support for the following cards + Philips EUROPA Reference Design + Compro VideoMate DVB-T300 + Compro VideoMate DVB-T200 (initial) + + Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> + +2005-09-12 22:00 hhackmann + * tuner.h, tuner-core.c, tuner-simple.c: + - added support for the Philips TD1316 tuner + + Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> + 2005-09-11 21:35 hhackmann * saa7134-ts.c: - TS DMA buffer synchronization was inverted |