From owner-freebsd-usb@FreeBSD.ORG Fri May 2 13:33:02 2008 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 D98D51065670 for ; Fri, 2 May 2008 13:33:02 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 773DC8FC14 for ; Fri, 2 May 2008 13:33:02 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=w-pPW7MPgFQP90En1mgA:9 a=y8srBqeXmuqUDYgc9AUA:7 a=LwBdjCUgqU0MP8tJHnh2kdN2oycA:4 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 749679977; Fri, 02 May 2008 15:32:52 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 2 May 2008 15:34:12 +0200 User-Agent: KMail/1.9.7 References: <481B094F.1090408@netwolves.com> In-Reply-To: <481B094F.1090408@netwolves.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805021534.13848.hselasky@c2i.net> Cc: Subject: Re: Documentation 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: Fri, 02 May 2008 13:33:02 -0000 On Friday 02 May 2008, Steve Clark wrote: > Hello, > > Is there any detailed documentation on the FreeBSD usb device driver api? > > TIA, > Steve > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" Hi, For the usb.p4 there is a README. Else you have to look at the existing USB drivers. --HPS