summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
diff options
context:
space:
mode:
authorJamie Honan <devnull@localhost>2003-10-13 03:37:35 +0000
committerJamie Honan <devnull@localhost>2003-10-13 03:37:35 +0000
commitae5778afce65d379151113a6343ce8b0683bfcb0 (patch)
tree1dc649926e72343aafbb5c19a8fcc6380f05ef32 /linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
parent1bec03e1fe0e1ee258feda72fb76d01bc859405f (diff)
downloadmediapointer-dvb-s2-ae5778afce65d379151113a6343ce8b0683bfcb0.tar.gz
mediapointer-dvb-s2-ae5778afce65d379151113a6343ce8b0683bfcb0.tar.bz2
Changes to support dst and bttv > 0.9.12 and for kernel >= 2.6.0-test7
This has support for i2c doen by bttv. Tested and working in 2.4, clean compile 2.6. Expect changes to get working under 2.6. Patches directory no longer needed.
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h')
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
index acdd8165c..f7e56b181 100644
--- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
+++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
@@ -30,7 +30,9 @@ struct dvb_bt8xx_card {
struct list_head list;
u8 active;
- struct dvb_adapter *adapter;
+ u8 TS_Size;
+ char card_name[32];
+ struct dvb_adapter *dvb_adapter;
struct bt878 *bt;
unsigned int bttv_nr;
struct dvb_demux demux;
@@ -38,7 +40,10 @@ struct dvb_bt8xx_card {
struct dmx_frontend fe_hw;
struct dmx_frontend fe_mem;
u32 gpio_mode;
- struct i2c_adapter *i2c_adap;
+ u32 op_sync_orin;
+ u32 irq_err_ignore;
+ struct i2c_adapter *i2c_adapter;
+ struct semaphore i2c_lock;
struct dvb_net dvbnet;
};