aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/zl10353_priv.h
diff options
context:
space:
mode:
authorChris Pascoe <c.pascoe@itee.uq.edu.au>2007-11-19 03:32:06 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:02:21 -0200
commit58d834ea89664b41e6e21ed2d8dc5680d0dd76b6 (patch)
tree722fa8a9918db7f3a3674c8b07b9e44f42cc2ae8 /drivers/media/dvb/frontends/zl10353_priv.h
parentV4L/DVB (6627): CXUSB: handle write then read from different address (diff)
downloadlinux-dev-58d834ea89664b41e6e21ed2d8dc5680d0dd76b6.tar.xz
linux-dev-58d834ea89664b41e6e21ed2d8dc5680d0dd76b6.zip
V4L/DVB (6628): zl10353: Improve support for boards without a tuner on secondary i2c
Issue FSM_GO instead of TUNER_GO if there is no tuner attached to the secondary i2c bus. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/zl10353_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/zl10353_priv.h b/drivers/media/dvb/frontends/zl10353_priv.h
index 4962434b35e7..42855dfe31a7 100644
--- a/drivers/media/dvb/frontends/zl10353_priv.h
+++ b/drivers/media/dvb/frontends/zl10353_priv.h
@@ -48,6 +48,8 @@ enum zl10353_reg_addr {
RS_UBC_0 = 0x15,
TRL_NOMINAL_RATE_1 = 0x65,
TRL_NOMINAL_RATE_0 = 0x66,
+ TUNER_GO = 0x70,
+ FSM_GO = 0x71,
CHIP_ID = 0x7F,
};