diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:24:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:24:58 -0500 |
commit | 17cbe2e5831c3df114c8d7b7d8bf07f2c35a6030 (patch) | |
tree | b619bcb250596ffd85698f94a10c0d8df0d856af | |
parent | 925e699f26d2162553f7453dcacbac32f063a4c7 (diff) |
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>
-rw-r--r-- | Documentation/video4linux/CARDLIST.saa7134 | 1 | ||||
-rw-r--r-- | drivers/media/video/em28xx/em28xx-video.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/video4linux/CARDLIST.saa7134 b/Documentation/video4linux/CARDLIST.saa7134 index efb708ec116a..53cd3e7e9e14 100644 --- a/Documentation/video4linux/CARDLIST.saa7134 +++ b/Documentation/video4linux/CARDLIST.saa7134 | |||
@@ -81,4 +81,3 @@ | |||
81 | 80 -> ASUS Digimatrix TV [1043:0210] | 81 | 80 -> ASUS Digimatrix TV [1043:0210] |
82 | 81 -> Philips Tiger reference design [1131:2018] | 82 | 81 -> Philips Tiger reference design [1131:2018] |
83 | 82 -> MSI TV@Anywhere plus [1462:6231] | 83 | 82 -> MSI TV@Anywhere plus [1462:6231] |
84 | |||
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c index 3a56120397ae..8516ec12836e 100644 --- a/drivers/media/video/em28xx/em28xx-video.c +++ b/drivers/media/video/em28xx/em28xx-video.c | |||
@@ -1564,6 +1564,8 @@ static struct file_operations em28xx_v4l_fops = { | |||
1564 | .poll = em28xx_v4l2_poll, | 1564 | .poll = em28xx_v4l2_poll, |
1565 | .mmap = em28xx_v4l2_mmap, | 1565 | .mmap = em28xx_v4l2_mmap, |
1566 | .llseek = no_llseek, | 1566 | .llseek = no_llseek, |
1567 | .compat_ioctl = v4l_compat_ioctl32, | ||
1568 | |||
1567 | }; | 1569 | }; |
1568 | 1570 | ||
1569 | /******************************** usb interface *****************************************/ | 1571 | /******************************** usb interface *****************************************/ |