From owner-freebsd-usb@FreeBSD.ORG Wed May 11 16:25:53 2011 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 DFAB7106564A for ; Wed, 11 May 2011 16:25:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE218FC13 for ; Wed, 11 May 2011 16:25:52 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=0KkIQGagYCvnrzE3Z2Lmid87OPdbX6VLcZYwAuLMZ50= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=2kf5TSms6lgA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8xRRQk4AJjHggb4ar6oA:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 125653763; Wed, 11 May 2011 18:25:51 +0200 From: Hans Petter Selasky To: Mike Tancsa Date: Wed, 11 May 2011 18:24:39 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <4DC9689F.60506@sentex.net> <201105110821.35744.hselasky@c2i.net> <4DCAB511.4060900@sentex.net> In-Reply-To: <4DCAB511.4060900@sentex.net> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201105111824.39631.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb errors on RELENG_8 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: Wed, 11 May 2011 16:25:54 -0000 On Wednesday 11 May 2011 18:10:57 Mike Tancsa wrote: > On 5/11/2011 2:21 AM, Hans Petter Selasky wrote: > > Try to send this USB control request to the HUB and then re-plug the > > device. Does it help? > > > > usbconfig -d X.Y do_request 0x23 0x09 0x0000 0x0001 0 > > Hi, > I get this command > > 0[upsmon1]# usbconfig -d 1.8 do_request 0x23 0x09 0x0000 0x0001 0 > REQUEST = > 0[upsmon1]# > > It seems to quiet things down. What does the command do ? > > ---Mike Hi, It resets the transaction translator of the high speed HUB. Probably we could issue that command before or after resetting the USB port. --HPS