From owner-freebsd-current@FreeBSD.ORG Wed Jan 7 10:57:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96B33106566B for ; Wed, 7 Jan 2009 10:57:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD168FC12 for ; Wed, 7 Jan 2009 10:57:13 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=SdnMM7u8Px4A:10 a=nklthdr5v5AUSfVrlghuJA==:17 a=6I5d2MoRAAAA:8 a=_MVxbyHXJlMGmW25JUIA:9 a=QbS6LPC-Zi1xx5fTQIgP0urLcJUA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.62] (account mc467741@c2i.net [62.113.132.62] verified) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 125397113; Wed, 07 Jan 2009 11:57:12 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 7 Jan 2009 11:59:31 +0100 User-Agent: KMail/1.9.7 References: <200901071127.19863.hselasky@c2i.net> In-Reply-To: <200901071127.19863.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901071159.33529.hselasky@c2i.net> Cc: Alexander Best Subject: Re: Problem with usbconfig and powerstate X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 10:57:14 -0000 On Wednesday 07 January 2009, Hans Petter Selasky wrote: > On Wednesday 07 January 2009, Alexander Best wrote: > > hi there, > > > > i'm having a bit of a problem with usbconfig. the problem first occured a > > few days ago. when i try to disable a usb device with power_off the power > > state changes to SAVE and not OFF. if i try to enable the usb device with > > power_on it won't work although usbconfig tells me the power state is ON. > > the only way to get the usb device working again is to unlpug it and plug > > it in again. > > > > last week i could switch the power state from off to on and vice versa > > without any problems. > > Hi, > > Last week power-save support was introduced. It might be a minor bug in the > HC driver's power save support. What host controller are you using? > > dmesg | grep -i usb > Here are some patches which you can try: http://perforce.freebsd.org/chv.cgi?CH=155750 --HPS