diff options
author | Michael Krufky <devnull@localhost> | 2005-10-27 14:59:07 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-27 14:59:07 +0000 |
commit | 322151ed22231e1ca0b2ef4cfe36d50f31e1b516 (patch) | |
tree | 00117e2a7494f0f3065adcd676c65b36958da543 /linux/drivers/media/video | |
parent | cf25b59b050f79b1dcb94ae74aa9955ba07e0e3e (diff) | |
download | mediapointer-dvb-s2-322151ed22231e1ca0b2ef4cfe36d50f31e1b516.tar.gz mediapointer-dvb-s2-322151ed22231e1ca0b2ef4cfe36d50f31e1b516.tar.bz2 |
- Updated comments for AVerTVHD A180
- Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder
AFAIK, there is no analog demod, thus,
no support for analog television.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 737c8e1d9..1bab297c4 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-cards.c,v 1.108 2005/10/27 06:26:56 mkrufky Exp $ + * $Id: saa7134-cards.c,v 1.109 2005/10/27 14:59:07 mkrufky Exp $ * * device driver for philips saa7134 based TV cards * card-specific stuff. @@ -2353,7 +2353,11 @@ struct saa7134_board saa7134_boards[] = { }}, }, [SAA7134_BOARD_AVERMEDIA_AVERTVHD_A180] = { - /* FIXME: uses Alps Electric TDHU2, containing ATI NXT2004 ATSC Decoder */ + /* Michael Krufky <mkrufky@m1k.net> + * Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder + * AFAIK, there is no analog demod, thus, + * no support for analog television. + */ .name = "AVerMedia AVerTVHD MCE A180", .audio_clock = 0x00187de7, .tuner_type = TUNER_ABSENT, |