浏览代码

V4L (963): Explicit compat_ioctl32 handler to em28xx

- Included explicit compat_ioctl32 handler.
- removed extra line on cardlist.


Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Mauro Carvalho Chehab 19 年之前
父节点
当前提交
17cbe2e583
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 0 1
      Documentation/video4linux/CARDLIST.saa7134
  2. 2 0
      drivers/media/video/em28xx/em28xx-video.c

+ 0 - 1
Documentation/video4linux/CARDLIST.saa7134

@@ -81,4 +81,3 @@
  80 -> ASUS Digimatrix TV                       [1043:0210]
  80 -> ASUS Digimatrix TV                       [1043:0210]
  81 -> Philips Tiger reference design           [1131:2018]
  81 -> Philips Tiger reference design           [1131:2018]
  82 -> MSI TV@Anywhere plus                     [1462:6231]
  82 -> MSI TV@Anywhere plus                     [1462:6231]
-

+ 2 - 0
drivers/media/video/em28xx/em28xx-video.c

@@ -1564,6 +1564,8 @@ static struct file_operations em28xx_v4l_fops = {
 	.poll = em28xx_v4l2_poll,
 	.poll = em28xx_v4l2_poll,
 	.mmap = em28xx_v4l2_mmap,
 	.mmap = em28xx_v4l2_mmap,
 	.llseek = no_llseek,
 	.llseek = no_llseek,
+	.compat_ioctl   = v4l_compat_ioctl32,
+
 };
 };
 
 
 /******************************** usb interface *****************************************/
 /******************************** usb interface *****************************************/