The patch number 14811 was added via Douglas Schilling Landgraf 
<[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <[email protected]>

------

From: Hans Verkuil  <[email protected]>
ivtv: fix VIDIOC_S_PRIORITY handling


VIDIOC_S_PRIORITY is also part of the ioctls that need to check the
access priority.

Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>


---

 linux/drivers/media/video/ivtv/ivtv-ioctl.c |    1 +
 1 file changed, 1 insertion(+)

diff -r e95bad9f7fa7 -r 1813009f9674 linux/drivers/media/video/ivtv/ivtv-ioctl.c
--- a/linux/drivers/media/video/ivtv/ivtv-ioctl.c       Wed May 12 15:40:32 
2010 -0300
+++ b/linux/drivers/media/video/ivtv/ivtv-ioctl.c       Wed May 12 15:41:28 
2010 -0300
@@ -1850,6 +1850,7 @@
        case VIDIOC_S_AUDOUT:
        case VIDIOC_S_EXT_CTRLS:
        case VIDIOC_S_FBUF:
+       case VIDIOC_S_PRIORITY:
        case VIDIOC_OVERLAY:
                ret = v4l2_prio_check(&itv->prio, id->prio);
                if (ret)


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/1813009f967472e13eefb9b5d39083f0cdacacbe

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to