diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 07:16:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 07:16:21 -0300 |
commit | d32bcc1401cca5f2ea369ce78ab70947034b5c8f (patch) | |
tree | 1e40e62172b015cd266c5449880946d3b783191a /linux/drivers/media/dvb/frontends/zl10353.h | |
parent | 9a09794eece0cb3e40b69aee140b81d87f914fc1 (diff) | |
parent | 11fac5cc5ec5cdba94e722f55d09a91dfc0df95a (diff) | |
download | mediapointer-dvb-s2-d32bcc1401cca5f2ea369ce78ab70947034b5c8f.tar.gz mediapointer-dvb-s2-d32bcc1401cca5f2ea369ce78ab70947034b5c8f.tar.bz2 |
merge: http://linuxtv.org/hg/~anttip/zl10353/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/zl10353.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/zl10353.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/zl10353.h b/linux/drivers/media/dvb/frontends/zl10353.h index fdbb88ff7..2287bac46 100644 --- a/linux/drivers/media/dvb/frontends/zl10353.h +++ b/linux/drivers/media/dvb/frontends/zl10353.h @@ -38,6 +38,9 @@ struct zl10353_config /* set if parallel ts output is required */ int parallel_ts; + + /* set if i2c_gate_ctrl disable is required */ + u8 disable_i2c_gate_ctrl:1; }; #if defined(CONFIG_DVB_ZL10353) || (defined(CONFIG_DVB_ZL10353_MODULE) && defined(MODULE)) |