- Move videodev headers from compat/linux to contrib/v4l (cp from vendor and

apply diff to compat/linux versions).
- The cp implies an update of videodev2.h to the linux kernel 2.6.34.14 one.

The update makes video in skype v4 work on FreeBSD.

Tested by:	Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
		(update of header only)
This commit is contained in:
netchild 2013-07-06 19:59:06 +00:00
commit 32d31c91c0
4 changed files with 1772 additions and 1181 deletions

View File

@ -85,10 +85,10 @@ __FBSDID("$FreeBSD$");
#include <compat/linux/linux_socket.h>
#include <compat/linux/linux_util.h>
#include <compat/linux/linux_videodev.h>
#include <contrib/v4l/videodev.h>
#include <compat/linux/linux_videodev_compat.h>
#include <compat/linux/linux_videodev2.h>
#include <contrib/v4l/videodev2.h>
#include <compat/linux/linux_videodev2_compat.h>
CTASSERT(LINUX_IFNAMSIZ == IFNAMSIZ);

File diff suppressed because it is too large Load Diff

1770
sys/contrib/v4l/videodev2.h Normal file

File diff suppressed because it is too large Load Diff