diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-19 18:07:12 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-19 18:07:12 +0000 |
commit | 7175dee15a08b254c7847bf4bcba6552677eae7f (patch) | |
tree | b3197a92fa5af73a50ca08b577cb3b2ade4ebec6 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | be06ee9b223801a7f8f55d5303c84c5068728d16 (diff) | |
download | mediapointer-dvb-s2-7175dee15a08b254c7847bf4bcba6552677eae7f.tar.gz mediapointer-dvb-s2-7175dee15a08b254c7847bf4bcba6552677eae7f.tar.bz2 |
- misc cleanups.
- blackbird + empress updates.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 262a15fc9..a719d50b2 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.48 2004/11/17 18:47:47 kraxel Exp $ + * $Id: cx88-cards.c,v 1.49 2004/11/19 18:07:12 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -225,6 +225,7 @@ struct cx88_board cx88_boards[] = { [CX88_BOARD_LEADTEK_PVR2000] = { .name = "Leadtek PVR 2000", .tuner_type = 38, + .tda9887_conf = TDA9887_PRESENT, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, |