From: Sakari Ailus Date: Mon, 20 Aug 2007 12:29:44 +0000 (+0300) Subject: V4L: Add internal ioctl-like interface. X-Git-Tag: v2.6.23-omap1~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3a3ef02515e8572acae65362b6abff8410d5ca;p=pandora-kernel.git V4L: Add internal ioctl-like interface. This patch adds an internal ioctl-like interface which can be used in situations where a single Video4Linux device is implemented by multiple device drivers. One master device controls one or more slave devices. The slaves provide Video4Linux ioctl-like interface for the use of the master. Only a handful of ioctls are implemented at the moment. More can (and should) be added as more functionality is required. Signed-off-by: Sakari Ailus --- Reading git-diff-tree failed