diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-28 01:45:20 +0100 |
---|---|---|
committer | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-28 01:45:20 +0100 |
commit | a8030bb8f293d1eba3527eba4f91543aa9a48a0d (patch) | |
tree | ae3199392b245c6da399c7caea57e38a3b4b1a4b /linux/drivers/media/dvb/frontends/stv0297.h | |
parent | b5fe0362594b93998d9ab6c01554cc2b9dd95951 (diff) | |
download | mediapointer-dvb-s2-a8030bb8f293d1eba3527eba4f91543aa9a48a0d.tar.gz mediapointer-dvb-s2-a8030bb8f293d1eba3527eba4f91543aa9a48a0d.tar.bz2 |
Support new dvb-ttusb-budget boards with stv0297
From: Thomas Kaiser <linux-dvb AT kaiser-linux.li>
Added config switch to stv0297 to control i2c STOP during write behaviour.
Update frontend init in dvb-ttusb-budget.
Enable i2c STOP on other users of stv0297.
Signed-off-by: Thomas Kaiser <linux-dvb AT kaiser-linux.li>
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0297.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0297.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0297.h b/linux/drivers/media/dvb/frontends/stv0297.h index 8ff793c90..1da5384fb 100644 --- a/linux/drivers/media/dvb/frontends/stv0297.h +++ b/linux/drivers/media/dvb/frontends/stv0297.h @@ -37,6 +37,9 @@ struct stv0297_config /* does the "inversion" need inverted? */ u8 invert:1; + + /* set to 1 if the device requires an i2c STOP during reading */ + u8 stop_during_read:1; }; extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config, |