aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/tuner.h
diff options
context:
space:
mode:
authorChris Pascoe <c.pascoe@itee.uq.edu.au>2006-02-28 06:34:59 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-08 09:36:50 -0500
commit780dfef37e2c941985b708f67aa0074edc922bea (patch)
treec7db2fd63acfce369d2af871183da2cf0614db9a /include/media/tuner.h
parentdb5d91eb36e1cc9d46016d1d44874376cfabf274 (diff)
V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support
Add support for the FE6600 tuner used on the DVB-T Hybrid board. Add support for the Zarlink ZL10353 DVB-T demodulator, which supersedes the MT352, used on the DViCO FusionHDTV DVB-T Hybrid and later model Plus boards. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r--include/media/tuner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index f51759c0d180..039c77e02d34 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -116,9 +116,10 @@
116#define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */ 116#define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */
117#define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ 117#define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */
118#define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */ 118#define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */
119
120#define TUNER_XCEIVE_XC3028 71 119#define TUNER_XCEIVE_XC3028 71
121 120
121#define TUNER_FE6600 72 /* DViCO FusionHDTV DVB-T Hybrid */
122
122/* tv card specific */ 123/* tv card specific */
123#define TDA9887_PRESENT (1<<0) 124#define TDA9887_PRESENT (1<<0)
124#define TDA9887_PORT1_INACTIVE (1<<1) 125#define TDA9887_PORT1_INACTIVE (1<<1)