aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-types.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-04-22 16:15:11 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:58:19 -0300
commitd9e12f25cf538d103426946121d214dff332efbb (patch)
tree62767d340fc1716fddc993df602c62238d76ddd8 /drivers/media/video/tuner-types.c
parent0b5f56d67821587495eb47014750e2ae7373d635 (diff)
downloadkernel_samsung_smdk4412-d9e12f25cf538d103426946121d214dff332efbb.zip
kernel_samsung_smdk4412-d9e12f25cf538d103426946121d214dff332efbb.tar.gz
kernel_samsung_smdk4412-d9e12f25cf538d103426946121d214dff332efbb.tar.bz2
V4L/DVB (3830): Fix display name for LG TDVS-H06xF
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> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-types.c')
-rw-r--r--drivers/media/video/tuner-types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c
index 7941056..4b77d21 100644
--- a/drivers/media/video/tuner-types.c
+++ b/drivers/media/video/tuner-types.c
@@ -1371,7 +1371,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),
},