From owner-freebsd-usb@FreeBSD.ORG Tue Jul 18 07:53:18 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D94B16A4DE for ; Tue, 18 Jul 2006 07:53:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.tele2.se [212.247.155.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772F843D45 for ; Tue, 18 Jul 2006 07:53:16 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.216.91.141] (HELO [10.0.0.249]) by mailfe11.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 67815230; Tue, 18 Jul 2006 09:53:15 +0200 From: Hans Petter Selasky To: Niki Denev Date: Tue, 18 Jul 2006 09:53:21 +0200 User-Agent: KMail/1.7 References: <44BBD1F9.5000804@totalterror.net> <200607172223.07324.hselasky@c2i.net> <44BBF552.3070207@totalterror.net> In-Reply-To: <44BBF552.3070207@totalterror.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607180953.22561.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB bluetooth dongles 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: Tue, 18 Jul 2006 07:53:18 -0000 On Monday 17 July 2006 22:38, Niki Denev wrote: > Hans Petter Selasky wrote: > > Yes, there is no danger in the message, but apparently some descriptors > > are invalid. Could you have made your device attach as "ugen", by not > > loading "ng_ubt". Then install the port at > > "/usr/ports/sysutils/udesc_dump", run "udesc_dump" on your device, and > > post the output? > > Here it is : http://bg.freebsd.org/~ndenev/udescdump-bt.txt > Thanks. I now see that the first isochronous descriptor is not usable. I have updated the "ng_ubt" code to search for the isochronous descriptor with the largest "wMaxPacketSize". --HPS