summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-04-22 15:15:11 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-04-22 15:15:11 -0400
commita3443fe26243f9e8a2d5c4f74624990d9be848c5 (patch)
tree2fb0eccceb0be2548083d2672a6d2558b05768c2 /linux/drivers/media/video
parent43b81c829e515e8e949cab05782c68c9b2dd5c64 (diff)
downloadmediapointer-dvb-s2-a3443fe26243f9e8a2d5c4f74624990d9be848c5.tar.gz
mediapointer-dvb-s2-a3443fe26243f9e8a2d5c4f74624990d9be848c5.tar.bz2
fix display name for LG TDVS-H06xF
From: Michael Krufky <mkrufky@linuxtv.org> This patch fixes the display name for LG TDVS-H06xF tuners in both tuner and dvb-pll modules. Changing the names of the actual pll_desc struct and tuner definitions has been held back until after the dvb tuner refactoring gets merged. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/tuner-types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-types.c b/linux/drivers/media/video/tuner-types.c
index cf2e5756b..c00742f25 100644
--- a/linux/drivers/media/video/tuner-types.c
+++ b/linux/drivers/media/video/tuner-types.c
@@ -1404,7 +1404,7 @@ struct tunertype tuners[] = {
.count = ARRAY_SIZE(tuner_philips_fmd1216me_mk3_params),
},
[TUNER_LG_TDVS_H062F] = { /* LGINNOTEK ATSC */
- .name = "LG TDVS-H062F/TUA6034",
+ .name = "LG TDVS-H06xF", /* H061F, H062F & H064F */
.params = tuner_tua6034_params,
.count = ARRAY_SIZE(tuner_tua6034_params),
},