diff options
author | Michael Krufky <devnull@localhost> | 2005-07-25 06:02:38 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-25 06:02:38 +0000 |
commit | 4e34f521934d32a4b836ab33e4c81921d579265d (patch) | |
tree | a985bdc0579148f9f7ed64ec81743364fd3a5adb | |
parent | d2f01e6cfc1ec591339a8acc27a9103a4d9bb019 (diff) | |
download | mediapointer-dvb-s2-4e34f521934d32a4b836ab33e4c81921d579265d.tar.gz mediapointer-dvb-s2-4e34f521934d32a4b836ab33e4c81921d579265d.tar.bz2 |
Rename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303 support.
This imports exact copies of the following versions from dvb-kernel cvs.
lgdt3302.c r1.12
lgdt3302.h r1.5
lgdt3302_priv.h r1.3
There will be no more development on lgdt3302. All new development will be on
lgdt330x. It will be safe to remove lgdt3302 from cvs once lgdt330x gets
merged into -linus kernel tree.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index d847c62bd..e83256d0f 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -187,8 +187,8 @@ config DVB_BCM3510 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. -config DVB_LGDT3302 - tristate "LGDT3302 based (DViCO FusionHDTV3 Gold)" +config DVB_LGDT330X + tristate "LGDT3302 or LGDT3303 based (DViCO FusionHDTV Gold)" depends on DVB_CORE help An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index de5e240cb..8806fd4e4 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -30,4 +30,4 @@ obj-$(CONFIG_DVB_OR51211) += or51211.o obj-$(CONFIG_DVB_OR51132) += or51132.o obj-$(CONFIG_DVB_BCM3510) += bcm3510.o obj-$(CONFIG_DVB_S5H1420) += s5h1420.o -obj-$(CONFIG_DVB_LGDT3302) += lgdt3302.o +obj-$(CONFIG_DVB_LGDT330x) += lgdt330x.o |