From owner-freebsd-current@FreeBSD.ORG Fri Jan 23 23:21:22 2009 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 680A81065676; Fri, 23 Jan 2009 23:21:22 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 34FE18FC0C; Fri, 23 Jan 2009 23:21:22 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by rv-out-0506.google.com with SMTP id f9so707846rvb.3 for ; Fri, 23 Jan 2009 15:21:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uP8UPvJGUVw5pLC70zZ8HpQMJU4MZ1EmvsYMI53T5Po=; b=pVTqYx/QoINH0T+dZGurjLszKg2Wmc1oAl6W/efy5Bu2ihnfy9FU+ZNO8bfaIiPHH0 DWDEZUqop5SR2vlm73ti0ME8+Kwm02fIrTB77v8sijZNycmz3g/Y0gA+1rJHwbIUX91v 5zkBiAdB1uRhAKTtKDQPBYB2gbyi470F8aCVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=d6GLx8iHdlXU70DMhfPUlaLbqi9wN/deZCKV6wyDS/F+3R/t+Yvun3GPIXxAZMvnOP iZptSNERT56u9Fo2Gt4ku+7VYHT4xvAEoI7L2auQkNtysiYXbAmPii7vTmx4iamYNnWi 1B+L4fE3Q7dXZcRxWhxnefHX4G0wFJqYfvcjc= MIME-Version: 1.0 Received: by 10.141.98.13 with SMTP id a13mr726290rvm.20.1232752881819; Fri, 23 Jan 2009 15:21:21 -0800 (PST) In-Reply-To: <20090123212952.GM60948@e.0x20.net> References: <20090123212952.GM60948@e.0x20.net> Date: Fri, 23 Jan 2009 15:21:21 -0800 Message-ID: From: Maksim Yevmenkin To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, Hans Petter Selasky Subject: Re: [PATCH] for ng_ubt2 stalled transfers 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: Fri, 23 Jan 2009 23:21:22 -0000 > Thanks for the quick patch, but that did not help: > > ubt0: on usbus2 > ubt0:ubt_bulk_read_callback:981: bulk-in transfer failed: USB_ERR_STALLED > ubt0:ubt_intr_read_callback:834: interrupt transfer failed: USB_ERR_STALLED stalled transfers are NOT going to be fixed. the patch was to make sure the system would not crash with stalled transfers. > I also have another usb bluetooth stick which shows this on insertion: > > Jan 23 22:13:00 maggie kernel: usb2_alloc_device:1401: set address 2 failed (ignored) > Jan 23 22:13:00 maggie kernel: usb2_alloc_device:1436: getting device descriptor at addr 2 failed! this is something else. this happens earlier than usb2_bluetooth_ng > Jan 23 22:13:01 maggie kernel: ugen0.2: at usbus0 > Jan 23 22:13:01 maggie kernel: ubt1: on usbus0 that looks normal to me. thanks, max > > > > Lars >