From owner-freebsd-current@FreeBSD.ORG Wed Jun 4 08:59:10 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B23B11065683 for ; Wed, 4 Jun 2008 08:59:10 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1E28FC22 for ; Wed, 4 Jun 2008 08:59:09 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m548x8CQ001185 for ; Wed, 4 Jun 2008 12:59:08 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1212569948; bh=gN88I+qwtQr6WcZ7EZD9nnrhndelL5C3OjBjmRR 0d3Y=; l=763; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; b=FzSkkoOH7KI4NBooZiyCQLOZ10xt/IE0pcL/WM/jhXTVytbkMH oM6LNouBGverej8B1gkU+r+AD4k1E6jbKEfHzCiodG3oX1AtKk4XCDTDDvK97jnZIeS /J1qhZFdiHWxMhlX+hDC0NErtRvhvPZP48NL05lJ1l7+FL2hMFPbW8= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m548x8pW001184 for current@freebsd.org; Wed, 4 Jun 2008 12:59:08 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Jun 2008 12:59:08 +0400 From: Andrey Chernov To: current@freebsd.org Message-ID: <20080604085908.GA996@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: USB: ums driver no longer detects Logitech mouse 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, 04 Jun 2008 08:59:10 -0000 Recent ums stops to detect Logitech mouse. Previous kernel from about month ago handle it normally as: ums0: on uhub7 ums0: 16 buttons and Z dir. uhid0: on uhub7 Now only as generic device: ugen0: on uhub4 Here is usbdevs output: Controller /dev/usb3: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x0000), rev 1.00, device uhub3 ... port 4 addr 3: high speed, power 500 mA, config 1, product 0x0990(0x0990), vendor 0x046d(0x046d), rev 0.05, device ugen0 ... port 4 powered ... Please fix. -- http://ache.pp.ru/