diff options
author | Gerd Knorr <devnull@localhost> | 2004-07-22 13:54:28 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-07-22 13:54:28 +0000 |
commit | 0acaf65c34f98f42ed85fbd98aa34beaa542c6da (patch) | |
tree | 1d3740ee9a0d826bb46856918d5a8152b6c2f946 /linux/drivers/media/video/bttv.h | |
parent | f10645815ff6d66711a9f180f7573905812556bc (diff) | |
download | mediapointer-dvb-s2-0acaf65c34f98f42ed85fbd98aa34beaa542c6da.tar.gz mediapointer-dvb-s2-0acaf65c34f98f42ed85fbd98aa34beaa542c6da.tar.bz2 |
- saa7134 build fix.
- bttv i2c attach/detach hook for subdrivers.
Diffstat (limited to 'linux/drivers/media/video/bttv.h')
-rw-r--r-- | linux/drivers/media/video/bttv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h index 9ecd89207..9a3af3ec6 100644 --- a/linux/drivers/media/video/bttv.h +++ b/linux/drivers/media/video/bttv.h @@ -306,6 +306,8 @@ struct bttv_sub_driver { struct device_driver drv; char wanted[BUS_ID_SIZE]; void (*gpio_irq)(struct bttv_sub_device *sub); + void (*i2c_info)(struct bttv_sub_device *sub, + struct i2c_client *client, int attach); }; #define to_bttv_sub_drv(x) container_of((x), struct bttv_sub_driver, drv) |