mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08:00
V4L/DVB (8110): bttv: allow debug ioctl's
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
f24648e42f
commit
1d0a436256
@ -4188,6 +4188,7 @@ static struct video_device *vdev_init(struct bttv *btv,
|
||||
vfd->dev = &btv->c.pci->dev;
|
||||
vfd->release = video_device_release;
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user