diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-08 10:50:06 -0300 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-03-08 10:50:06 -0300 |
commit | 4c7f4e154808b149c569c39d6341b581b3b31e22 (patch) | |
tree | c8f7c70a2ff4ff8b512999b02554a414fd263d56 /linux/drivers/media/video | |
parent | 4db9b7bc55cb360959d8f9d50c436c2729174355 (diff) | |
download | mediapointer-dvb-s2-4c7f4e154808b149c569c39d6341b581b3b31e22.tar.gz mediapointer-dvb-s2-4c7f4e154808b149c569c39d6341b581b3b31e22.tar.bz2 |
Saa7134: document that there's also a 220RF from KWorld
I have the same card with the same PCI id, but from KWorld.
The patch documents that this is the same card.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index fb804441d..00109149b 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -2708,7 +2708,7 @@ struct saa7134_board saa7134_boards[] = { }}, }, [SAA7134_BOARD_TEVION_DVBT_220RF] = { - .name = "Tevion DVB-T 220RF", + .name = "Tevion/KWorld DVB-T 220RF", .audio_clock = 0x00187de7, .tuner_type = TUNER_PHILIPS_TDA8290, .radio_type = UNSET, |