diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-23 11:31:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:12:09 -0400 |
commit | 1d0a436256dc1aecfad901bcd4432dac1cabe6b2 (patch) | |
tree | 16a499ff27e6b03ad79414da9857c4410b4f8366 /drivers/media/video/bt8xx/bttv-driver.c | |
parent | f24648e42fd4b7d3ad5af6eaefe0214426933954 (diff) |
V4L/DVB (8110): bttv: allow debug ioctl's
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index c4aa802494ff..06c40c91a6f7 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -4188,6 +4188,7 @@ static struct video_device *vdev_init(struct bttv *btv, | |||
4188 | vfd->dev = &btv->c.pci->dev; | 4188 | vfd->dev = &btv->c.pci->dev; |
4189 | vfd->release = video_device_release; | 4189 | vfd->release = video_device_release; |
4190 | vfd->type = type; | 4190 | vfd->type = type; |
4191 | vfd->debug = bttv_debug; | ||
4191 | snprintf(vfd->name, sizeof(vfd->name), "BT%d%s %s (%s)", | 4192 | snprintf(vfd->name, sizeof(vfd->name), "BT%d%s %s (%s)", |
4192 | btv->id, (btv->id==848 && btv->revision==0x12) ? "A" : "", | 4193 | btv->id, (btv->id==848 && btv->revision==0x12) ? "A" : "", |
4193 | type_name, bttv_tvcards[btv->c.type].name); | 4194 | type_name, bttv_tvcards[btv->c.type].name); |