summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-12-02 04:16:47 +0000
committerMichael Krufky <devnull@localhost>2005-12-02 04:16:47 +0000
commiteb9557684562f451a266dcdfe010c4184107a6bd (patch)
tree5354cbc00b647506d0291d0113ba18737a3fe23c /linux/drivers/media/dvb/dvb-core
parent625a0ecb23b4796b8f33e2e08bfd8fbfaad2837c (diff)
downloadmediapointer-dvb-s2-eb9557684562f451a266dcdfe010c4184107a6bd.tar.gz
mediapointer-dvb-s2-eb9557684562f451a266dcdfe010c4184107a6bd.tar.bz2
Adding support for the Hauppauge HVR1100 and HVR1100-LP products.
From: Steven Toth <stoth@hauppauge.com> - Add support for the Hauppauge HVR1100 and HVR1100-LP products. - Add i2c_gate_ctrl callback function to dvb_frontend_ops struct. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.h b/linux/drivers/media/dvb/dvb-core/dvb_frontend.h
index 48c3f81be..f40ee4efb 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.h
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.h
@@ -85,6 +85,7 @@ struct dvb_frontend_ops {
int (*set_voltage)(struct dvb_frontend* fe, fe_sec_voltage_t voltage);
int (*enable_high_lnb_voltage)(struct dvb_frontend* fe, int arg);
int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned int cmd);
+ int (*i2c_gate_ctrl)(struct dvb_frontend* fe, int enable);
};
#define MAX_EVENT 8