From owner-p4-projects@FreeBSD.ORG Wed Feb 17 16:28:56 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3103A106568F; Wed, 17 Feb 2010 16:28:56 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E991E106566B for ; Wed, 17 Feb 2010 16:28:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 42C808FC0A for ; Wed, 17 Feb 2010 16:28:54 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=SQaiFs6dOZgA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=33iw-LV8RuLA-kM-AtEA:9 a=TLumh62IkVAevXaS3fkA:7 a=PPFYVB_qNzUxbBIMseRCgG0nXDQA:4 a=_zQIcbDySxdlEmot:21 a=EcGBWVNGN9AZuo3f:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1203359194 for perforce@freebsd.org; Wed, 17 Feb 2010 17:28:53 +0100 From: Hans Petter Selasky To: Perforce Change Reviews Date: Wed, 17 Feb 2010 17:27:23 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201002171625.o1HGPoqP033416@repoman.freebsd.org> In-Reply-To: <201002171625.o1HGPoqP033416@repoman.freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201002171727.23777.hselasky@c2i.net> Cc: Subject: Re: PERFORCE change 174789 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 16:28:56 -0000 On Wednesday 17 February 2010 17:25:50 Hans Petter Selasky wrote: > http://p4web.freebsd.org/chv.cgi?CH=174789 > > Change 174789 by hselasky@hselasky_laptop001 on 2010/02/17 16:25:41 > > New feature in USB template framework for USB device side mode: > - make the usb_temp_setup() and usb_temp_unsetup() functions public > so that other modules can generate USB descriptors. > - extend the vendor specific request function by one > length pointer argument, because not all descriptors > store the length in the first byte. For example > HID descriptors. > - patch by: HPS @ > This patch also removes some not-needed break's and goto's. --HPS