diff options
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 22059ef19..15f0f22ae 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.44 2005/01/31 11:35:05 kraxel Exp $ + $Id: bttv-cards.c,v 1.45 2005/02/16 11:18:28 kraxel Exp $ bttv-cards.c @@ -1932,6 +1932,7 @@ struct tvcard bttv_tvcards[] = { .svhs = 2, .muxsel = { 2, 3, 1, 0}, .tuner_type = TUNER_PHILIPS_ATSC, + .has_dvb = 1, },{ .name = "Twinhan DST + clones", .no_msp34xx = 1, |