summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-06-23 09:31:29 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-06-23 09:31:29 -0300
commitcaf7bec5cece6173ecc31071f2bd457243e38da9 (patch)
treeb12cbac5f8bc14995c83e00e57309ec690c5b2da /linux/drivers/media/video/bt8xx
parent7c32a185acc584b2db9852eb593bf85f7b13d414 (diff)
downloadmediapointer-dvb-s2-caf7bec5cece6173ecc31071f2bd457243e38da9.tar.gz
mediapointer-dvb-s2-caf7bec5cece6173ecc31071f2bd457243e38da9.tar.bz2
bttv: allow debug ioctl's
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-driver.c b/linux/drivers/media/video/bt8xx/bttv-driver.c
index bb9ad09f8..d6c1b5df7 100644
--- a/linux/drivers/media/video/bt8xx/bttv-driver.c
+++ b/linux/drivers/media/video/bt8xx/bttv-driver.c
@@ -4243,6 +4243,7 @@ static struct video_device *vdev_init(struct bttv *btv,
vfd->release = video_device_release;
#endif
vfd->type = type;
+ vfd->debug = bttv_debug;
snprintf(vfd->name, sizeof(vfd->name), "BT%d%s %s (%s)",
btv->id, (btv->id==848 && btv->revision==0x12) ? "A" : "",
type_name, bttv_tvcards[btv->c.type].name);