diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-16 11:18:28 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-16 11:18:28 +0000 |
commit | 2d9a38427d7844740c5a593fa5c42fe3317b95bc (patch) | |
tree | 4a358221f383c9feac827275c1c051d635f98456 /linux/drivers/media | |
parent | 188521798d2465c95692c4e76025a0cb9172f6ec (diff) | |
download | mediapointer-dvb-s2-2d9a38427d7844740c5a593fa5c42fe3317b95bc.tar.gz mediapointer-dvb-s2-2d9a38427d7844740c5a593fa5c42fe3317b95bc.tar.bz2 |
- cx22702 fix by Rob Noble.
- bttv: HD2000 fix by Rusty Scott.
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, |