From owner-freebsd-usb@FreeBSD.ORG Sat Jun 20 06:20:03 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 A1C67106564A; Sat, 20 Jun 2009 06:20:03 +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 0EC008FC15; Sat, 20 Jun 2009 06:20:02 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=gg2W7PyvkLb8p4ie143lBA==:17 a=6I5d2MoRAAAA:8 a=ZyOQ1rzAUisVTyBWe5QA:9 a=g8td55qsxINOsoLcKSDnLinv2SkA:4 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1090734907; Sat, 20 Jun 2009 08:20:01 +0200 To: freebsd-usb@freebsd.org Content-Disposition: inline From: Hans Petter Selasky Date: Sat, 20 Jun 2009 08:24:24 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200906200824.25165.hselasky@c2i.net> Cc: Andrew Thompson Subject: Re: usb headers 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: Sat, 20 Jun 2009 06:20:04 -0000 On Thursday 18 June 2009 22:06:56 Andrew Thompson wrote: > Hi, > > > Here is a patch that I want to get in, the changes are > > - Make usb_xfer opaque, the drivers can not grub around inside it > - Reduce the number if headers needed for a usb driver, the common case > is just usb.h and usbdi.h > > http://people.freebsd.org/~thompsa/usb_usbdi10.diff > > Any objections? > And don't forget to update the USB man pages. --HPS