From owner-svn-src-all@FreeBSD.ORG Tue Jan 6 18:32:03 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A566F106566B; Tue, 6 Jan 2009 18:32:03 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swip.net [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 782018FC1B; Tue, 6 Jan 2009 18:32:02 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=TIVv8n4V54cA:10 a=tgiRRak4JjAA:10 a=rREUrScshOl7G2h6aTFPgw==:17 a=6I5d2MoRAAAA:8 a=I6hRJrGC8jS7Moei41wA:9 a=8PqTdrXmHC9HdEaaXrsA:7 a=r_a9kZzfaPVQKl8JrGDj8c0uif8A:4 a=9aOQ2cSd83gA:10 a=LY0hPdMaydYA:10 Received: from [62.73.248.227] (account mc467741@c2i.net [62.73.248.227] verified) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 433583212; Tue, 06 Jan 2009 19:32:00 +0100 From: Hans Petter Selasky To: Stanislav Sedov Date: Tue, 6 Jan 2009 19:34:23 +0100 User-Agent: KMail/1.9.7 References: <200901040012.n040C2gH040928@svn.freebsd.org> <200901061823.34415.hselasky@c2i.net> <20090106210019.a517ff3f.stas@FreeBSD.org> In-Reply-To: <20090106210019.a517ff3f.stas@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901061934.23915.hselasky@c2i.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Alfred Perlstein , src-committers@freebsd.org Subject: Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/us... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 18:32:04 -0000 On Tuesday 06 January 2009, Stanislav Sedov wrote: > On Tue, 6 Jan 2009 18:23:33 +0100 > > Hans Petter Selasky mentioned: > > > So at this point the device is effectively detached? Do you have ideas > > > why that might happen. I don't also understand how it may work with > > > config index 1 on old stack if the maximum number of configurations is > > > 1 too... Looks weird. > I've changed ubsa to use config index 0. Will be committed to -current early next week, hence I am accumulating patches. http://perforce.freebsd.org/chv.cgi?CH=155730 --HPS