From owner-freebsd-usb@FreeBSD.ORG Mon Mar 5 06:12:02 2012 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 158621065673; Mon, 5 Mar 2012 06:12:02 +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 467638FC15; Mon, 5 Mar 2012 06:12:01 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 81073667; Mon, 05 Mar 2012 07:12:00 +0100 From: Hans Petter Selasky To: Alexey Dokuchaev Date: Mon, 5 Mar 2012 07:10:22 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120227152238.GA2940@regency.nsu.ru> <201203030911.29633.hselasky@c2i.net> <20120305041759.GA87746@regency.nsu.ru> In-Reply-To: <20120305041759.GA87746@regency.nsu.ru> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203050710.22871.hselasky@c2i.net> Cc: freebsd-stable@freebsd.org, freebsd-usb@freebsd.org, Jung-uk Kim Subject: Re: Resume broken in 8.3-PRERELEASE 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: Mon, 05 Mar 2012 06:12:02 -0000 On Monday 05 March 2012 05:17:59 Alexey Dokuchaev wrote: > On Sat, Mar 03, 2012 at 09:11:29AM +0100, Hans Petter Selasky wrote: > > On Friday 02 March 2012 20:25:32 Jung-uk Kim wrote: > > > Try the attached patch. At least, it fixed my problem. > > > > I've committed your patch with some minor modifications. > > > > http://svn.freebsd.org/changeset/base/232448 > > Unfortunately, it does not fix resume for me; and hw.usb.no_shutdown_wait > flipping did not make any difference either. Any other ideas? > Particularly, I'm curious why disabling all USB modules still does not > allow this laptop to resume. What are USB debugging techniques? USB debugging: Have "options USB_DEBUG" in kernel config. Then set xxx.debug = 15 under hw.usb, typically hw.usb.uhub.debug=15 --HPS