From owner-freebsd-bluetooth@FreeBSD.ORG Fri Dec 29 21:08:38 2006 Return-Path: X-Original-To: freebsd-bluetooth@FreeBSD.org Delivered-To: freebsd-bluetooth@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A406D16A47B; Fri, 29 Dec 2006 21:08:38 +0000 (UTC) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from out001a.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mx1.freebsd.org (Postfix) with ESMTP id 29A4413C461; Fri, 29 Dec 2006 21:08:38 +0000 (UTC) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from s228130hz1ew171.apptix-01.savvis.net ([10.146.4.29]) by out001a.email.savvis.net with Microsoft SMTPSVC(6.0.3790.1830); Fri, 29 Dec 2006 14:58:37 -0600 Received: from [127.0.0.1] ([64.242.52.23]) by s228130hz1ew171.apptix-01.savvis.net over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 29 Dec 2006 14:58:37 -0600 Message-ID: <4595817A.1030306@savvis.net> Date: Fri, 29 Dec 2006 12:58:34 -0800 From: maksim yevmenkin User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira References: <20061229020205.89726.qmail@exxodus.fedaykin.here> In-Reply-To: <20061229020205.89726.qmail@exxodus.fedaykin.here> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Dec 2006 20:58:37.0246 (UTC) FILETIME=[1C3C05E0:01C72B8C] Cc: freebsd-bluetooth@FreeBSD.org Subject: Re: Add support for ACER Zeevo BT-500 Bluetooth USB Adapter? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 21:08:38 -0000 Mario Sergio Fujikawa Ferreira wrote: > Hi, > > I was wondering what could I do to help add support for > ACER Zeevo BT-500 Bluetooth USB Adapter? > > ng_ubt(4) does not detect the device. However, this device > works nicely with Linux Bluez. it would be nice to know the exact error you get from ng_ubt(4) when you attach the device. please look at /var/log/messages and post it here. > I have a usbdevs patch with information taken from NetBSD. > Furthermore, I have added the udesc_dump(8) information for the > device. > > All information can be found at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=106861 that looks fine > The output of udesc_dump(8) is attached. [...] > > Standard Interface Descriptor: > bLength 9 > bDescriptorType 04 > bInterfaceNumber 1 > bAlternateSetting 0 > bNumEndpoints 0 > bInterfaceClass fe > bInterfaceSubClass 01 > bInterfaceProtocol 00 > iInterface 0 > > Descriptor: > bLength 7 > bDescriptorType 21 > bDescriptorSubtype 07 > 07 21 07 88 13 ff 03 hmmm... it looks like udesc_dump(8) could not parse descriptor for the device's interface #1 (where isoc. endpoints should be). i'm guessing that ng_ubt(4) chokes on this and can't not find all needed endpoints (isoc. endpoints specifically). please provide as much information as possible about the device, i.e. manufacturer, model, serial numbers etc. so i can find and get it locally. if you have purchased it on-line, please provide link. in any case, it seems like the problem is either in device's descriptor or in the usb stack (descriptor parsing). thanks, max