Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52dec548 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] tm6000: add poll op for radio device node

parent e618578d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1583,6 +1583,7 @@ static struct video_device tm6000_template = {
static const struct v4l2_file_operations radio_fops = {
	.owner		= THIS_MODULE,
	.open		= tm6000_open,
	.poll		= v4l2_ctrl_poll,
	.release	= tm6000_release,
	.unlocked_ioctl	= video_ioctl2,
};