- v4l-add-additional-ioctls-to-compat_ioctl32.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     V4L: Add additional ioctls to compat_ioctl32
has been removed from the -mm tree.  Its filename was
     v4l-add-additional-ioctls-to-compat_ioctl32.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: V4L: Add additional ioctls to compat_ioctl32
From: Steven Walter <stevenrwalter@xxxxxxxxx>

With the addition of these ioctls, I'm able to watch TV with a 32-bit
version of tvtime on x86_64

Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/media/video/compat_ioctl32.c |    5 +++++
 1 files changed, 5 insertions(+)

diff -puN drivers/media/video/compat_ioctl32.c~v4l-add-additional-ioctls-to-compat_ioctl32 drivers/media/video/compat_ioctl32.c
--- a/drivers/media/video/compat_ioctl32.c~v4l-add-additional-ioctls-to-compat_ioctl32
+++ a/drivers/media/video/compat_ioctl32.c
@@ -848,6 +848,8 @@ long v4l_compat_ioctl32(struct file *fil
 	case VIDIOCSFREQ32:
 	case VIDIOCGAUDIO:
 	case VIDIOCSAUDIO:
+	case VIDIOCGVBIFMT:
+	case VIDIOCSVBIFMT:
 #endif
 	case VIDIOC_QUERYCAP:
 	case VIDIOC_ENUM_FMT:
@@ -874,7 +876,10 @@ long v4l_compat_ioctl32(struct file *fil
 	case VIDIOC_ENUMINPUT:
 	case VIDIOC_ENUMINPUT32:
 	case VIDIOC_G_CTRL:
+	case VIDIOC_S_CTRL:
 	case VIDIOC_S_CTRL32:
+	case VIDIOC_S_FREQUENCY:
+	case VIDIOC_G_FREQUENCY:
 	case VIDIOC_QUERYCTRL:
 	case VIDIOC_G_INPUT32:
 	case VIDIOC_S_INPUT32:
_

Patches currently in -mm which might be from stevenrwalter@xxxxxxxxx are

git-dvb.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux