From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 19:09:21 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 F037810656BC for ; Thu, 5 Jun 2008 19:09:21 +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 5DCF88FC13 for ; Thu, 5 Jun 2008 19:09:21 +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 m55J9JIO029284 for ; Thu, 5 Jun 2008 23:09:19 +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=1212692960; bh=yvh01dfoLaT++6+TNAEdSmilZgKAjmOTvljwmrW DA4A=; l=2442; h=Date:From:To:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=IQ7tbeDkY9fLVgGgNBUtqSInw Nl+NJQygQP1sCAowP1eHMychldL53dxL5atB2FbGeo0QNZK/aOtQZWUQfd6EYoDc/t/ MnhHemRDsuD7MtGqcElTdwaO4QgAC94LLcx55kZTmcsl7gkrz6/T60iIfMwEKLdnLAa HFUz6zeoxPZs= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m55J9Jsr029283 for current@freebsd.org; Thu, 5 Jun 2008 23:09:19 +0400 (MSD) (envelope-from ache) Date: Thu, 5 Jun 2008 23:09:19 +0400 From: Andrey Chernov To: current@freebsd.org Message-ID: <20080605190919.GA29227@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org References: <20080604085908.GA996@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080604085908.GA996@nagual.pp.ru> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: 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: Thu, 05 Jun 2008 19:09:22 -0000 Doing some debug I found that USB driver not sense any UICLASS_HID devives now probably because of the error below. Who is in charge in our USB code? ehci_activate_qh: unexpected next ptr QH(0xc4b33d80) at 0x7dca8d80: sqtd=0xc4b34d20 inactivesqtd=0xc4b34d80 link=0x7dca0182 endp=0x80012102 addr=0x02 inact=0 endpt=1 eps=2 dtc=0 hrecl=0 mpl=0x1 ctl=0 nrl=8 endphub=0x41011c01 smask=0x01 cmask=0x1c huba=0x01 port=2 mult=1 curqtd=0x00000001 Overlay qTD: next=0x7dca9d80<> altnext=0x00000001 status=0x00000000: toggle=0 bytes=0x0 ioc=0 c_page=0x0 cerr=0 pid=0 stat=0x0 buffer[0]=0x00000000 buffer[1]=0x00000000 buffer[2]=0x00000000 buffer[3]=0x00000000 buffer[4]=0x00000000 QTD(0xc4b34d20) at 0x7dca9d20: next=0x7dca9d80<> altnext=0x7dca9d80<> status=0x00018d00: toggle=0 bytes=0x1 ioc=1 c_page=0x0 cerr=3 pid=1 stat=0x0 buffer[0]=0x015d93cc buffer[1]=0x00000000 buffer[2]=0x00000000 buffer[3]=0x00000000 buffer[4]=0x00000000 QTD(0xc4b34d80) at 0x7dca9d80: next=0x00000001 altnext=0x00000001 status=0x00000000: toggle=0 bytes=0x0 ioc=0 c_page=0x0 cerr=0 pid=0 stat=0x0 buffer[0]=0x00000000 buffer[1]=0x00000000 buffer[2]=0x00000000 buffer[3]=0x00000000 buffer[4]=0x00000000 On Wed, Jun 04, 2008 at 12:59:08PM +0400, Andrey Chernov wrote: > 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/ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- http://ache.pp.ru/