From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 17:14:51 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E37861065673; Tue, 26 Apr 2011 17:14:51 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 945358FC0A; Tue, 26 Apr 2011 17:14:51 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5FB6E1E000FA; Tue, 26 Apr 2011 19:14:50 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p3QH7J8E053784; Tue, 26 Apr 2011 19:07:19 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p3QH7I7r053783; Tue, 26 Apr 2011 19:07:18 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 19:07:17 +0200 To: Alexander Leidinger Message-ID: <20110426170717.GB52945@triton8.kn-bremen.de> References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kwm@FreeBSD.org, freebsd-emulation@FreeBSD.org, "olli@FreeBSD.org Andriy Gapon" , Juergen Lock , multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 17:14:52 -0000 On Tue, Apr 26, 2011 at 09:55:58AM +0200, Alexander Leidinger wrote: > Quoting Juergen Lock (from Sun, 24 Apr 2011 > 16:03:50 +0200): > > > On Fri, Apr 22, 2011 at 02:18:31PM +0200, Juergen Lock wrote: > >> Hi! > >> > >> I now have finshed seperating the dvb part of the patches out into > >> a port: > >> > >> http://people.freebsd.org/~nox/dvb/linux_dvbwrapper-kmod.shar > >> > >> and made new src patches that now contain the v4l2 bits only: > >> > >> http://people.freebsd.org/~nox/dvb/linux-v4l2-8-test.patch > >> (for 8, this is what I tested) > >> > >> http://people.freebsd.org/~nox/dvb/linux-v4l2-test.patch > >> (for head, untested) > >> > >> The only outstanding issues I now know of are, > >> > >> a) netchild suggested I try an older videodev2.h from Linux 2.6.17, > >> I'm not sure that's necessary but mainly I want to know more > >> about the second issue first before trying it: > >> > > I now did that anyway and found at least skype and flash with my > > camera seem to behave the same as before: > > > > http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-8-test.patch > > (for 8) > > > > http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-test.patch > > (for head, again untested) > > > > This loses a few features tho that _may_ be useful for other apps > > or later versions so I'm still not 100% sure this is a good idea... > > Thanks for testing. I try to get some time "soonish" (probably not > today) to commit this. After it is in the tree, I have a look at > updating the v4l* headers to the current version. > > The reason why I want to do it this way is, that in later version the > v4l* headers are a little bit reorganized and I do not want to > introduce some regressions (code or license). Sounds like a plan! :) Thanx, Juergen