From owner-cvs-src-old@FreeBSD.ORG Fri Jun 10 07:54:57 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2645E1065677 for ; Fri, 10 Jun 2011 07:54:57 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13E1B8FC16 for ; Fri, 10 Jun 2011 07:54:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5A7suZM054492 for ; Fri, 10 Jun 2011 07:54:56 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5A7su7i054491 for cvs-src-old@freebsd.org; Fri, 10 Jun 2011 07:54:56 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201106100754.p5A7su7i054491@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Fri, 10 Jun 2011 07:54:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h linux_videodev.h linux_videodev2.h linux_videodev2_compat.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2011 07:54:57 -0000 netchild 2011-06-10 07:54:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linux linux_ioctl.c linux_ioctl.h linux_videodev.h Added files: (Branch: RELENG_8) sys/compat/linux linux_videodev2.h linux_videodev2_compat.h Log: SVN rev 222914 on 2011-06-10 07:54:38Z by netchild MFC r221423, r221424, r221426, r221428, r221434: This is v4l2 support for the linuxulator. This allows to access FreeBSD native devices which support the v4l2 API from processes running within the linuxulator, e.g. skype or flash can access the multimedia/pwcbsd or multimedia/webcamd supplied drivers. MFC r221425: Fix typo in comment, improve comment. MFC tested by: nox Revision Changes Path 1.155.2.7 +310 -0 src/sys/compat/linux/linux_ioctl.c 1.28.2.4 +97 -0 src/sys/compat/linux/linux_ioctl.h 1.2.2.3 +2 -2 src/sys/compat/linux/linux_videodev.h 1.2.2.2 +1179 -0 src/sys/compat/linux/linux_videodev2.h (new) 1.1.2.2 +137 -0 src/sys/compat/linux/linux_videodev2_compat.h (new)