From owner-freebsd-usb@FreeBSD.ORG Thu Apr 16 11:02:14 2009 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 B6A8F1065672 for ; Thu, 16 Apr 2009 11:02:14 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out2.uni-muenster.de (ZIVM-OUT2.UNI-MUENSTER.DE [128.176.192.9]) by mx1.freebsd.org (Postfix) with ESMTP id 4B07D8FC18 for ; Thu, 16 Apr 2009 11:02:13 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.40,198,1238968800"; d="scan'208";a="213158276" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay2.uni-muenster.de with ESMTP; 16 Apr 2009 13:02:12 +0200 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id 6FCAD1B07B9; Thu, 16 Apr 2009 13:02:12 +0200 (CEST) Date: Thu, 16 Apr 2009 13:02:11 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: In-Reply-To: <200904161258.01528.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: Suspend failed 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: Thu, 16 Apr 2009 11:02:15 -0000 thx a bunch. i'll check out the patches and see if that makes the warning go away. cheers. alex Hans Petter Selasky schrieb am 2009-04-16: > On Thursday 16 April 2009, Alexander Best wrote: > > hi there, > > i'm using the following commands to deactivate and activate my > > mouse: > > usbconfig -u 1 -a 3 power_off > > usbconfig -u 1 -a 3 power_on > > which works great. if i issue the commands shortly after another > > this is > > what happens: > > ums0: at uhub1, port 2, addr 3 (disconnected) > > ums0: > 3> on > > usbus1 ums0: 7 buttons and [XYZ] coordinates ID=0 > > however. if i wait for some time before re-activating the mouse it > > flashes > > twice and this is what dmesg says: > > ums0: at uhub1, port 2, addr 3 (disconnected) > > ums0: > 3> on > > usbus1 ums0: 7 buttons and [XYZ] coordinates ID=0 > > ums0: Suspend failed > > the "Suspend failed" warning however isn't causing any problems. > > the mouse > > attaches just fine. > > i'm running r191076 (-CURRENT/usb2). > Try these patches: > http://perforce.freebsd.org/chv.cgi?CH=160485 > http://perforce.freebsd.org/chv.cgi?CH=160413 > --HPS