From owner-freebsd-current@FreeBSD.ORG Wed May 27 14:18:21 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 899B21065691; Wed, 27 May 2009 14:18:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id E7ACD8FC14; Wed, 27 May 2009 14:18:20 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=HtQ-Ub9uADUA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=6I5d2MoRAAAA:8 a=wBPPLCDpThh1fFKblIsA:9 a=qmY2aE-c_TG48Juv1Sw5f-CaFB0A:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1252687574; Wed, 27 May 2009 16:18:19 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 27 May 2009 16:22:23 +0200 User-Agent: KMail/1.9.7 References: <20090527104655.GA3290@current.Sisis.de> <200905271541.03952.hselasky@c2i.net> In-Reply-To: <200905271541.03952.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905271622.24023.hselasky@c2i.net> Cc: lme@freebsd.org, Matthias Apitz Subject: Re: ports/multimedia/pwcbsd && -CURRENT 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: Wed, 27 May 2009 14:18:22 -0000 On Wednesday 27 May 2009, Hans Petter Selasky wrote: > On Wednesday 27 May 2009, Matthias Apitz wrote: > > Hello, > > > > The page http://wiki.freebsd.org/PortsBrokenOnCurrent shows the port > > ports/multimedia/pwcbsd as 'will need fork', what does this mean and is > > there some work in progress on it? I'd like to have my USB based cam > > back :-)) > > > > matthias > > Hi, > > Please try the attached patch. Maybe you can figure out any remaining > issues, hence I did not have time to test it. > > --HPS BTW: We should have a video library that can run these drivers in userland. The new libusb in FreeBSD supports isochronous transfers, and when the libusb v1.0 API emulation is complete, maybe we can push the guys behind the Linux webcam drivers to convert them into using libusb? Would be cool :-) --HPS