]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L (963): Explicit compat_ioctl32 handler to em28xx
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:24:58 +0000 (15:24 -0200)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:24:58 +0000 (15:24 -0200)
- Included explicit compat_ioctl32 handler.
- removed extra line on cardlist.

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Documentation/video4linux/CARDLIST.saa7134
drivers/media/video/em28xx/em28xx-video.c

index efb708ec116ace349ccabdb31ccc0a1123fe5238..53cd3e7e9e14ebf420d4968b5ff42c127cb3349e 100644 (file)
@@ -81,4 +81,3 @@
  80 -> ASUS Digimatrix TV                       [1043:0210]
  81 -> Philips Tiger reference design           [1131:2018]
  82 -> MSI TV@Anywhere plus                     [1462:6231]
-
index 3a56120397aeb45791f36fe23fd14480ca64c84a..8516ec12836ec90945a67743d1d6a271c6553ea5 100644 (file)
@@ -1564,6 +1564,8 @@ static struct file_operations em28xx_v4l_fops = {
        .poll = em28xx_v4l2_poll,
        .mmap = em28xx_v4l2_mmap,
        .llseek = no_llseek,
+       .compat_ioctl   = v4l_compat_ioctl32,
+
 };
 
 /******************************** usb interface *****************************************/