From owner-freebsd-current@FreeBSD.ORG Sat May 19 15:30:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A94516A400 for ; Sat, 19 May 2007 15:30:22 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 3D8E113C489 for ; Sat, 19 May 2007 15:30:22 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe08.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 491926956 for freebsd-current@freebsd.org; Sat, 19 May 2007 17:30:18 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 19 May 2007 17:30:06 +0200 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705191730.06964.hselasky@c2i.net> Subject: Video4Linux header files X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 15:30:22 -0000 Hi, The Video4Linux header files are dual BSD/GNU licensed! How nice! I want to put these into the kernel source tree. For example under /usr/src/sys/sys . The reason is that I want to implement a slightly modified version of the V4L so that I can have a well known Linux USB Webcam driver working on my FreeBSD using my new USB stack. Does anyone here have any comments on this ? --HPS