From owner-p4-projects@FreeBSD.ORG Fri Jun 5 07:05:16 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D011310656A9; Fri, 5 Jun 2009 07:05:15 +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 8818F10656A6; Fri, 5 Jun 2009 07:05:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id E767F8FC0A; Fri, 5 Jun 2009 07:05:14 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=QSkunCX0_XMA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=XNz72zHY2H-g9mIx1mYA:9 a=Gt8fSPKNgt4oUvYZ6CtfYPB5eSQA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1257488052; Fri, 05 Jun 2009 09:05:13 +0200 From: Hans Petter Selasky To: Andrew Thompson Date: Fri, 5 Jun 2009 09:09:24 +0200 User-Agent: KMail/1.9.7 References: <200906050136.n551aPi5082209@repoman.freebsd.org> In-Reply-To: <200906050136.n551aPi5082209@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906050909.24464.hselasky@c2i.net> Cc: Perforce Change Reviews Subject: Re: PERFORCE change 163536 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: Fri, 05 Jun 2009 07:05:17 -0000 On Friday 05 June 2009, Andrew Thompson wrote: > -#if USB_DEBUG > +#ifdef USB_DEBUG Did you update usb_debug.h to reflect this change? Currently USB_DEBUG is always defined. Only the value changes 0/1. --HPS