diff options
author | Michael Krufky <devnull@localhost> | 2005-07-28 02:47:42 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-28 02:47:42 +0000 |
commit | b0adc4b04d22a8c00c62b18c845a35d7f5fc448f (patch) | |
tree | c917cf5d7572711b7375353d2258fdfc7ec2a66a /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | b21fab451809ecf57bcce4350fdd7b52343fdd70 (diff) | |
download | mediapointer-dvb-s2-b0adc4b04d22a8c00c62b18c845a35d7f5fc448f.tar.gz mediapointer-dvb-s2-b0adc4b04d22a8c00c62b18c845a35d7f5fc448f.tar.bz2 |
rename LG H062F tuner const
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 1d371d122..36d421d9f 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.89 2005/07/24 17:44:09 mkrufky Exp $ + * $Id: cx88-cards.c,v 1.90 2005/07/28 02:47:42 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -759,7 +759,7 @@ struct cx88_board cx88_boards[] = { }, [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = { .name = "DViCO FusionHDTV 5 Gold", - .tuner_type = TUNER_LG_H062F_NIM, + .tuner_type = TUNER_LG_TDVS_H062F, .radio_type = UNSET, .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, |