diff options
author | Michael Krufky <devnull@localhost> | 2005-09-10 07:33:02 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-09-10 07:33:02 +0000 |
commit | 4c0b9b642d8482cda0975495a1cb632caabe5fcd (patch) | |
tree | d993d022e28693ec5663c6efe4bfae9f1757697d /linux/drivers | |
parent | 5549b0ce12e27f5c4c710e304039202ee23d9391 (diff) | |
download | mediapointer-dvb-s2-4c0b9b642d8482cda0975495a1cb632caabe5fcd.tar.gz mediapointer-dvb-s2-4c0b9b642d8482cda0975495a1cb632caabe5fcd.tar.bz2 |
* bttv-cards.c:
- Enable DVB support for DViCO FusionHDTV5 Lite.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 18ee1129f..696f9f125 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.73 2005/09/07 05:13:09 mkrufky Exp $ + $Id: bttv-cards.c,v 1.74 2005/09/10 07:33:02 mkrufky Exp $ bttv-cards.c @@ -2437,9 +2437,7 @@ struct tvcard bttv_tvcards[] = { .no_msp34xx = 1, .no_tda9875 = 1, .no_tda7432 = 1, -#if 0 .has_dvb = 1, -#endif },{ /* ---- card 0x88---------------------------------- */ /* Mauro Carvalho Chehab <mchehab@brturbo.com.br> */ |