summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttvp.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-03-24 14:23:50 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-03-24 14:23:50 -0400
commit9aa6c43d4def3e381b869d7a7b6ce15f21e430b9 (patch)
tree2b6baaaba75b23ce0d7aa4d0923f6e6293c4717b /linux/drivers/media/video/bt8xx/bttvp.h
parent00b6dbf1372a8f3f77f2d5ff9b2cfd47797826d3 (diff)
downloadmediapointer-dvb-s2-9aa6c43d4def3e381b869d7a7b6ce15f21e430b9.tar.gz
mediapointer-dvb-s2-9aa6c43d4def3e381b869d7a7b6ce15f21e430b9.tar.bz2
bttv: automatically load dvb-bt8xx for bttv cards with dvb support
From: Jarod Wilson <jwilson@redhat.com> This patch causes the bttv driver to automatically load the dvb-bt8xx module for bttv/dvb hybrid cards. Successfully tested with a pcHDTV HD-2000 card. This patch is based on the recent patches to enable autoloading of cx88-dvb, cx88-blackbird and saa7134-dvb. Signed-off-by: Jarod Wilson <jwilson@redhat.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttvp.h')
-rw-r--r--linux/drivers/media/video/bt8xx/bttvp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttvp.h b/linux/drivers/media/video/bt8xx/bttvp.h
index a273c424b..eee6f5ae3 100644
--- a/linux/drivers/media/video/bt8xx/bttvp.h
+++ b/linux/drivers/media/video/bt8xx/bttvp.h
@@ -452,6 +452,9 @@ struct bttv {
unsigned int users;
struct bttv_fh init;
+ /* used to make dvb-bt8xx autoloadable */
+ struct work_struct request_module_wk;
+
/* Default (0) and current (1) video capturing and overlay
cropping parameters in bttv_tvnorm.cropcap units. Protected
by bttv.lock. */