From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 29 16:12:29 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C696106566B for ; Sun, 29 Mar 2009 16:12:29 +0000 (UTC) (envelope-from mrechberger@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id CEB6A8FC16 for ; Sun, 29 Mar 2009 16:12:28 +0000 (UTC) (envelope-from mrechberger@gmail.com) Received: by fxm11 with SMTP id 11so1559333fxm.43 for ; Sun, 29 Mar 2009 09:12:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kVTyWh34muzPlWdpY7n4vtmfuwVzcsETE2N6SeOrv4g=; b=sdMLvviksBrqrmEG/IOeOH+vPm7NoTbDeu1MlK9Y3YIXNVGOKnd69bpmfCuWAmzyAM vjWYssbzrIvqTJEBYeLMV7cHVtCVIKK2O36vGz7yx7KgIkojI1E3qsd2L6PGoGqUlTfq HqFaTyoZwXX3TL+13g8FIl58u7qU57tVelly8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PuCPiIoqXmuViBsiC8LsRIsmUxF3+UnDRl+Ez2vZCvgQ+Y23JvNWCLQOe/+iUrg8PN bSrjY1QVzqg7lFy6KhbEfaQmNnT0mMFcY5noKBo+fcY+E+iFlIQ0H+FzgQbCNFebFDM7 z+k9QcyTDfBX0fyzqopkh/7Sxm/uzbPk+KzoY= MIME-Version: 1.0 Received: by 10.223.124.147 with SMTP id u19mr3188495far.28.1238341587994; Sun, 29 Mar 2009 08:46:27 -0700 (PDT) In-Reply-To: <53a1e0710903290840n456c0281g5dcaf536581837da@mail.gmail.com> References: <49CF48C3.7050904@wanadoo.fr> <53a1e0710903290840n456c0281g5dcaf536581837da@mail.gmail.com> Date: Sun, 29 Mar 2009 17:46:27 +0200 Message-ID: From: Markus Rechberger To: hu.henry9@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, Nicolas , freebsd-usb@freebsd.org Subject: Re: USB Video Class support 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: Sun, 29 Mar 2009 16:12:29 -0000 Hi, On Sun, Mar 29, 2009 at 5:40 PM, Henry Hu wrote: > I tried to port netbsd driver, and I found that the version in cvs > depends on the high speed ehci transfer, which someone submitted a > patch for FreeBSD to one maillist but not committed. I applied the > patch and got a kernel panic when the usb transfer starts. > Maybe it would be good to do this after USB2 is merged from current?.... > I'm about to kick off a portable framework for those media drivers, the code is currently disclosed to interested people only. http://mcentral.de/wiki/index.php5/DVBConfigFramework so if anyone is interested to join it just let me know.. Markus