From owner-svn-src-head@FreeBSD.ORG Tue Jan 6 19:41:05 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A1171065675; Tue, 6 Jan 2009 19:41:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2402E8FC29; Tue, 6 Jan 2009 19:41:03 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=f5Rk4X9yzsQA:10 a=tgiRRak4JjAA:10 a=rREUrScshOl7G2h6aTFPgw==:17 a=F-Y6h51ZAAAA:8 a=9x5dnzHiO3eVplxSM60A:9 a=v7yQg19w3QerdMeJbyAA:7 a=sq_I_DTHMld0pAaR46Ge8UC3H2EA:4 a=9aOQ2cSd83gA:10 a=LY0hPdMaydYA:10 Received: from [62.73.248.227] (account mc467741@c2i.net [62.73.248.227] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1179024635; Tue, 06 Jan 2009 20:41:02 +0100 From: Hans Petter Selasky To: Stanislav Sedov Date: Tue, 6 Jan 2009 20:43:19 +0100 User-Agent: KMail/1.9.7 References: <200901040012.n040C2gH040928@svn.freebsd.org> <200901062004.51961.hselasky@c2i.net> <20090106223604.ad706b69.stas@FreeBSD.org> In-Reply-To: <20090106223604.ad706b69.stas@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901062043.20696.hselasky@c2i.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Alfred Perlstein , src-committers@freebsd.org Subject: Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/us... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 19:41:06 -0000 On Tuesday 06 January 2009, Stanislav Sedov wrote: > On Tue, 6 Jan 2009 20:04:51 +0100 > > Hans Petter Selasky mentioned: > > On Tuesday 06 January 2009, Stanislav Sedov wrote: > > > http://www.SpringDaemons.com/stas/dmesg > > > > From the debug messages it might look like your device has a problem with > > clearing the stall. Try commenting out the following lines in "ubsa2.c": > > > > /* clear stall at first run */ > > sc->sc_flag |= (UBSA_FLAG_WRITE_STALL | > > UBSA_FLAG_READ_STALL); > > This doesn't affect anything. :-( > > BTW, sometime I see the following after plugging in the module: In the function "ubsa_cfg_request": Try: 1) Always return - no requests: Do you get AT+OK back on the modem channel? 2) Add pause("DLY", hz / 10); in that function. --HPS > > usb2_alloc_device:1458: getting device descriptor at addr 2 failed! > usb2_req_re_enumerate:1362: addr=2, set address failed! (ignored) > usb2_req_re_enumerate:1375: getting device descriptor at addr 2 failed! > usb2_req_re_enumerate:1362: addr=2, set address failed! (ignored) > usb2_req_re_enumerate:1375: getting device descriptor at addr 2 failed! > uhub_reattach_port:417: could not allocate new device! > > and the device doesn't attach.