diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-03-29 09:03:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-03-29 09:03:40 -0300 |
commit | 9ceb6e5a15f660f7c9cb374083da8a182c89b5f5 (patch) | |
tree | f52f259aad998990887fb10f3f18fa2eb4966fc4 /linux/drivers/media/video/bt8xx/bttvp.h | |
parent | 5f2f52a0b5bfe8673aff4af5597f6043589e017c (diff) | |
parent | 9aa6c43d4def3e381b869d7a7b6ce15f21e430b9 (diff) | |
download | mediapointer-dvb-s2-9ceb6e5a15f660f7c9cb374083da8a182c89b5f5.tar.gz mediapointer-dvb-s2-9ceb6e5a15f660f7c9cb374083da8a182c89b5f5.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/bt8xx
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttvp.h')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttvp.h | 3 |
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. */ |