From owner-freebsd-usb@FreeBSD.ORG Thu Apr 16 09:01:46 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 4CCDC10656D5 for ; Thu, 16 Apr 2009 09:01:46 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out1.uni-muenster.de (ZIVM-OUT1.UNI-MUENSTER.DE [128.176.192.8]) by mx1.freebsd.org (Postfix) with ESMTP id D71D78FC1B for ; Thu, 16 Apr 2009 09:01:45 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.40,197,1238968800"; d="scan'208";a="271328760" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 16 Apr 2009 11:01:44 +0200 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id 6BCEC1B0763; Thu, 16 Apr 2009 11:01:44 +0200 (CEST) Date: Thu, 16 Apr 2009 11:01:43 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 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 09:01:47 -0000 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: 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: 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). cheers. alex