From owner-freebsd-usb@FreeBSD.ORG Wed Apr 1 15:34:16 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49E2106566B for ; Wed, 1 Apr 2009 15:34:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 932E88FC18 for ; Wed, 1 Apr 2009 15:34:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 77298FF33; Thu, 2 Apr 2009 04:34:15 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CqiI4HI4ouM2; Thu, 2 Apr 2009 04:34:11 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Thu, 2 Apr 2009 04:34:11 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 5D1891142F; Thu, 2 Apr 2009 04:34:11 +1300 (NZDT) Date: Wed, 1 Apr 2009 08:34:11 -0700 From: Andrew Thompson To: Engineering Message-ID: <20090401153411.GA209@citylink.fud.org.nz> References: <49CF48C3.7050904@wanadoo.fr> <02ea01c9b2ce$75724540$6056cfc0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02ea01c9b2ce$75724540$6056cfc0$@com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-usb@freebsd.org Subject: Re: USB Video Class support X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2009 15:34:17 -0000 On Wed, Apr 01, 2009 at 08:33:33AM -0500, Engineering wrote: > I have a driver based off ugen. > > Hans Petter helped me get started on it - it should be using his new stack > > It was built for a custom embedded application, so the functionality is > limited to just what I needed to get it going. It works with 7 out of the 10 > different Chinese cameras I have laying around :) > > I'm sure my coding style violates every FreeBSD standard, there is no > documentation, and very few comments, but if someone wants it for a working > framework to create a 'real' driver, they are welcome to it. You may want to run it past jmg@freebsd.org (http://wiki.freebsd.org/HDTV) Andrew