With patch "Fix em28xx audio memleak" (1cfd9010a552) the em28xx_do_ioctl()
was accidentally disabled for 2.6.28 or later kernels. Enable it
again.
diff -r c28b5be6442f em28xx-video.c
--- a/em28xx-video.c	Fri Jan 09 20:41:15 2009 +0100
+++ b/em28xx-video.c	Sun Jan 11 08:46:04 2009 +0100
@@ -2860,11 +2860,9 @@
 
 		return 0;
 	}
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28)
 	default:
 		return em28xx_do_ioctl(inode, filp, dev, cmd, arg,
 				       em28xx_v4l2_ioctl);
-#endif
 	}
 	return 0;
 }
_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to